zephyr/samples/drivers/rtc/Makefile
Baohong Liu 1a164b85f0 samples: Use consistent file naming for project config file
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>
2016-04-16 21:12:19 +00:00

6 lines
102 B
Makefile

KERNEL_TYPE = nano
BOARD ?= quark_d2000_crb
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc