zephyr/samples/microkernel/benchmark/boot_time/Makefile
Peter Mitsis 310c63e386 Update microkernel boot_time project
Removes references to old platform names.

Change-Id: I53e9994c794c6b4c292e776355a67b7923c2fdb8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:39 -05:00

11 lines
272 B
Makefile

CONF_basic_minuteia = ia32/prj.conf
CONF_basic_atom = ia32/prj_expert_test.conf
CONF_galileo = ia32_pci/prj.conf
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
PLATFORM_CONFIG ?= basic_atom
CONF_FILE = ${CONF_${PLATFORM_CONFIG}}
include ${ZEPHYR_BASE}/Makefile.inc