Tests that do not use any of the legacy kernel APIs can be moved to unified kernel to avoid double testing. Change-Id: Ic2353feb23ee20d9d93f5459432d3b3739df8e03 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
98 B
Makefile
6 lines
98 B
Makefile
KERNEL_TYPE = unified
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|