zephyr/samples/microkernel/benchmark/app_kernel/Makefile
Peter Mitsis 9690835e32 sample projects: Remove generic_pc and pentium4 support
The generic_pc and generic_pc_pentium4 platform configurations are not
essential configurations to Zephyr.

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

9 lines
300 B
Makefile

PC8253_DEFCONFIGS = micro_generic_pc_minuteia_defconfig
KBUILD_DEFCONFIG ?= micro_generic_pc_atom_n28xx_defconfig
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
CONF_FILE = prj_console_float_$(if $(filter $(KBUILD_DEFCONFIG),$(PC8253_DEFCONFIGS)),pc8253,generic).conf
include ${ZEPHYR_BASE}/Makefile.inc