mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
6 lines
103 B
Makefile
6 lines
103 B
Makefile
|
KERNEL_TYPE = nano
|
||
|
CONF_FILE ?= nrf5.conf
|
||
|
BOARD ?= nrf52_pca10040
|
||
|
|
||
|
include ${ZEPHYR_BASE}/Makefile.inc
|