Microkernel and nanokernel tests now use customized source code to eliminate use of MICROKERNEL and NANOKERNEL config options. Change-Id: I7f9aff4729a7a257c4a0a0f5939ba0f5525af460 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
7 lines
117 B
Makefile
7 lines
117 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|