mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 08:11:56 +00:00
Some sample applications are using file naming .config which are inconsistent from others. Changed them to .conf. Change-Id: I2ea3944f3809671d4c6f4782dbf77fe9c2a22864 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= quark_d2000_crb
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|