zephyr/samples/nanokernel/apps/gpio_dw/Makefile
Daniel Leung 6a869058ff samples/gpio_dw: extends the app for GPIOs on quark_se_ss
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>
2016-02-05 20:25:06 -05:00

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