zephyr/samples/microkernel/benchmark/app_kernel/Makefile
Anas Nashif fdb1daf786 kconfig: add board configurations
First step for adding the new board layer. Create configurations for the
various boards we support on x86 under boards with the new Kconfig variables
defining them.

The board selection is optional, that means you will be able to run

 make menuconfig

and create your own .config and select any SoC.

Change-Id: If08e88e9675d13f0f0501ef6750b9424b15f5dc8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:10 -05:00

13 lines
366 B
Makefile

PLATFORM_CONFIG ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
CONF_quark_d2000_ref_board = prj_minuteia.conf
CONF_quark_se_test_board = prj_minuteia.conf
CONF_qemu_x86 = prj_minuteia.conf
CONF_basic_atom = prj_atom.conf
CONF_galileo = prj_minuteia.conf
CONF_FILE = ${CONF_${PLATFORM_CONFIG}}
include ${ZEPHYR_BASE}/Makefile.inc