The nanokernel version of this application now uses its own source file to eliminate its reliance on the build system setting the CONFIG_MICROKERNEL and CONFIG_NANOKERNEL options correctly (which the unified kernel build system doesn't do). Change-Id: Ife27f8172b2be33b95136ccdfa29522c8a6fba0b Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
6 lines
95 B
Makefile
6 lines
95 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|