5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
BOARD ?= qemu_cortex_m3
|
||
|
CONF_FILE = prj.conf
|
||
|
|
||
|
include ${ZEPHYR_BASE}/Makefile.inc
|