zephyr/tests/benchmark/boot_time/microkernel/Makefile
Anas Nashif 179ce1c891 boards: remove obsolete board basic_minuteia
This board is not being used or tested and does not actually
run on any hardware, remove it in favor of well supported boards
for this CPU.

Jira: ZEP-850
Change-Id: I01c825c7eb44d6c321f2ffb88e8899da528921dc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-22 22:09:34 +00:00

15 lines
478 B
Makefile

CONF_quark_d2000_crb = quark_d2000/quark_d2000_prj.conf
CONF_quark_se_c1000_devboard = quark_se/quark_se_prj.conf
CONF_qemu_x86 = ia32/prj_expert_test.conf
CONF_qemu_x86_iamcu = ia32/prj_expert_test.conf
CONF_minnowboard = ia32/prj_expert_test.conf
CONF_galileo = quark_x1000/prj.conf
CONF_arduino_101 = quark_se/quark_se_prj.conf
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= qemu_x86
CONF_FILE = ${CONF_${BOARD}}
include ${ZEPHYR_BASE}/Makefile.inc