1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

boards/common/nrf52: revert early inclusion of Makefile.dep

This commit is contained in:
Your Name 2020-06-24 20:58:30 +02:00 committed by Francisco Molina
parent 4383599220
commit 9dea6a14da
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -15,14 +15,6 @@ endif
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
# The following configuration are dependencies specific, specifically they need
# to know if 'nordic_softdevice_ble' is used. The dependencies are not known
# because BOARDs Makefile.include are included before Makefile.dep
# 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 $(BOARDDIR)/Makefile.dep
PROGRAMMER ?= jlink
ifeq (jlink,$(PROGRAMMER))
# setup JLink for flashing