eliminate one directory level since we only have one kernel variant. Change-Id: Ia9f457db372729f403be24c7a502a896623db5b9 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
125 B
Makefile
7 lines
125 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|