zephyr/samples/microkernel/benchmark/boot_time/Makefile
Daniel Leung efeb9b6534 update tests due to recent board files shuffle
() Adds board arduino_101, arduino_101_sss to sanity check.
   This will build the tests against these two new boards
   to catch issues.
() Updates existing sample apps to be arduino_101_sss instead of
   quark_se_ss, due to renaming of boards.

Change-Id: Ic512728d2ce581539bc3ae4c9f6524d5bf01b296
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:12 -05:00

15 lines
453 B
Makefile

CONF_basic_minuteia = ia32/prj.conf
CONF_quark_d2000_crb = quark_d2000/quark_d2000_prj.conf
CONF_quark_se_ctb = quark_se/quark_se_prj.conf
CONF_qemu_x86 = ia32/prj_expert_test.conf
CONF_minnowboard = ia32/prj_expert_test.conf
CONF_galileo = ia32_pci/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