mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 05:35:21 +00:00
Enable building pinmux drivers to catch build breakage. Origin: Original Change-Id: I86ec02423bf23ee6aca41b9413e240e984313fcf Signed-off-by: Daniel Leung <daniel.leung@intel.com>
6 lines
107 B
Makefile
6 lines
107 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= arduino_101
|
|
CONF_FILE = prj_$(BOARD).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|