zephyr/tests/drivers/pinmux/Makefile
Daniel Leung 16d0b8b0a3 tests: enable pinmux build tests
Enable building pinmux drivers to catch build breakage.

Origin: Original
Change-Id: I86ec02423bf23ee6aca41b9413e240e984313fcf
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-04-02 23:11:06 +00:00

6 lines
107 B
Makefile

KERNEL_TYPE = nano
BOARD ?= arduino_101
CONF_FILE = prj_$(BOARD).conf
include ${ZEPHYR_BASE}/Makefile.inc