zephyr/samples/nanokernel/benchmark/boot_time/Makefile
Peter Mitsis da299ecd47 Update nanokernel boot_time project
Removes references to old platform names.

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

11 lines
323 B
Makefile

CONF_basic_minuteia = ia32/prj.conf
CONF_basic_atom = ia32/prj_expert_test.conf
CONF_galileo = ia32_pci/prj.conf
KERNEL_TYPE = nano
PLATFORM_CONFIG ?= basic_atom
CONF_FILE = $(CONF_$(PLATFORM_CONFIG))
SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/benchmark/boot_time/src/
include $(ZEPHYR_BASE)/Makefile.inc