mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +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
|