All SoC specific driver tests go to samples/drivers. Change-Id: Ia9aa2140465320a548504ddb7a44569e2d2af6bd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
165 B
Makefile
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
|