As no default platform configuration uses the PIC/PIT, the project configuration file 'prj_pc8253.conf' is no longer required. Change-Id: I89fac2685d9fca0452e5ce9d9b035e102bd62d70 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
PLATFORM_CONFIG ?= basic_atom
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|