As no default platform configuration uses the PIC/PIT, the project configuration file 'prj_console_pc8253.conf' is no longer required. Change-Id: Ic91922e9431a2853bb5fdcdd3e31e39f3dce90c4 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
8 lines
202 B
Makefile
8 lines
202 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
PLATFORM_CONFIG ?= basic_atom
|
|
CONF_FILE = prj.conf
|
|
SOURCE_DIR = $(ZEPHYR_BASE)/samples/nanokernel/benchmark/sys_kernel/src/
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|