zephyr/samples/microkernel/benchmark/app_kernel/Makefile
Peter Mitsis db608ec123 Clean up microkernel app_kernel configuration files
Removes the following project configuration files:
 - prj_console_float_pc8253.conf : PIT is no longer used
 - prj_console_nofloat_*.conf    : unsupported by Makefile

Change-Id: I72689fa56413947f3a552645c7b2ed5ad599ed71
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:15:19 -05:00

7 lines
129 B
Makefile

PLATFORM_CONFIG ?= basic_atom
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc