Changes default KBUILD_DEFCONFIG to xxx_generic_pc_atom_n28xx_defconfig as the xxx_generic_pc_defconfig configuration will not be supported in the future. Note that like generic_pc, atom_n28xx runs on QEMU. Change-Id: I49c5708e4b24dbf723eefc1efddfea4174d9cb1c Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
7 lines
174 B
Makefile
7 lines
174 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
KBUILD_DEFCONFIG ?= $(KERNEL_TYPE)_generic_pc_atom_n28xx_defconfig
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|