No need for architecture based configuration, they are the same for ARM and X86. Change-Id: Iea7a62221a09bcc035bb8c81e4f49cd4c9b02229 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
|