The sample suffix is redundant, since we are under samples. Change-Id: Ifb59007f0c1b156c7bb306506e3b22efc9b993dd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
155 B
Makefile
8 lines
155 B
Makefile
BSP ?= generic_pc
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
PLATFORM_CONFIG ?= basic_atom
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|