The basic is the same for both architecture, but using different GPIO controller and pins. Change-Id: Ie021461858736d90a47bdef2c9d5e655e2efa473 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
10 lines
179 B
Makefile
10 lines
179 B
Makefile
ifeq ($(ARCH),arc)
|
|
PLATFORM_CONFIG ?= quark_se_ss
|
|
else
|
|
PLATFORM_CONFIG ?= arduino_101
|
|
endif
|
|
|
|
KERNEL_TYPE ?= nano
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|