1
0
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:
Alexandre Abadie 2020-05-14 21:16:34 +02:00 committed by GitHub
commit df2dee2672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ include $(RIOTMAKE)/tools/serial.inc.mk
# This HACK can be removed either when Makefile.include is included after # This HACK can be removed either when Makefile.include is included after
# Makefile.features (see #9913) or if 'nordic_softdevice_ble' is deprecated. # Makefile.features (see #9913) or if 'nordic_softdevice_ble' is deprecated.
-include $(APPDIR)/Makefile.board.dep -include $(APPDIR)/Makefile.board.dep
include $(RIOTBOARD)/$(BOARD)/Makefile.dep include $(BOARDDIR)/Makefile.dep
PROGRAMMER ?= jlink PROGRAMMER ?= jlink
ifeq (jlink,$(PROGRAMMER)) ifeq (jlink,$(PROGRAMMER))