Change-Id: I14f2c0a1c80f0c128db6a5d24830cc31c46308d1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
166 B
Makefile
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
|