zephyr/tests/kernel/test_build/Makefile
Anas Nashif b67baefefd tests: fix build test configuration
Change-Id: I14f2c0a1c80f0c128db6a5d24830cc31c46308d1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-06-03 18:42:33 +00:00

7 lines
166 B
Makefile

KERNEL_TYPE = nano
BOARD ?= qemu_x86
CONF_FILE ?= debug.conf
SOURCE_DIR = $(ZEPHYR_BASE)/samples/synchronization/nanokernel/src/
include ${ZEPHYR_BASE}/Makefile.inc