This sample is more than just a hello world, it demonstrates basic kernel functionality that deserve to be its own sample. A simplified Hello World sample will replace this one. Change-Id: I9120daa1923f99def994e484783abe04db5b14eb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
117 B
Makefile
7 lines
117 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|