5 lines
79 B
Makefile
5 lines
79 B
Makefile
|
CONF_FILE = prj.conf
|
||
|
BOARD ?= arduino_101
|
||
|
|
||
|
include $(ZEPHYR_BASE)/Makefile.inc
|