mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14079 from maribu/nrf52-external-boards
boards/common/nrf52: Allow external boards
This commit is contained in:
commit
df2dee2672
@ -21,7 +21,7 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
# This HACK can be removed either when Makefile.include is included after
|
||||
# Makefile.features (see #9913) or if 'nordic_softdevice_ble' is deprecated.
|
||||
-include $(APPDIR)/Makefile.board.dep
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
||||
include $(BOARDDIR)/Makefile.dep
|
||||
|
||||
PROGRAMMER ?= jlink
|
||||
ifeq (jlink,$(PROGRAMMER))
|
||||
|
Loading…
Reference in New Issue
Block a user