zephyr/samples/bluetooth/hci_uart/Makefile

10 lines
152 B
Makefile

BOARD ?= nrf52_pca10040
ifeq ($(BOARD),bbc_microbit)
CONF_FILE ?= microbit.conf
else
CONF_FILE ?= nrf5.conf
endif
include $(ZEPHYR_BASE)/Makefile.inc