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