Nanokernel smaple projects now use KBUILD_DEFCONFIG instead of BSP. This is a necessary step in transitioning from BSPs to platforms. Change-Id: I47f75742b663edd7c4b1858425d4583f0bc74ae7 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
7 lines
214 B
Makefile
7 lines
214 B
Makefile
KERNEL_TYPE = nano
|
|
KBUILD_DEFCONFIG ?= $(KERNEL_TYPE)_generic_pc_defconfig
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/test/test_stackprot/src/
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|