mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:12:40 +00:00
All SoC specific driver tests go to samples/drivers. Change-Id: Ia9aa2140465320a548504ddb7a44569e2d2af6bd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
BOARD ?= arduino_101_sss
|
|
KERNEL_TYPE = nano
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|