Also make the CONF_FILE variable overridable Change-Id: I44251cfd66648a665ff04dfcd38e750c24af5734 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
105 B
Makefile
7 lines
105 B
Makefile
BOARD ?= arduino_101_sss
|
|
|
|
KERNEL_TYPE ?= nano
|
|
CONF_FILE ?= prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|