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:
parent
4383599220
commit
9dea6a14da
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user