This test should be under tests and is not a sample. Change-Id: Ibb42207f72554516a650625a2cf4cc9cb7a0b021 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
125 B
Makefile
7 lines
125 B
Makefile
BOARD ?= qemu_x86
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE ?= nano
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|