zephyr/tests/kernel/test_build/Makefile
Anas Nashif 65f538238b move driver samples to samples/drivers
All SoC specific driver tests go to samples/drivers.

Change-Id: Ia9aa2140465320a548504ddb7a44569e2d2af6bd
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00

7 lines
165 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