mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 05:23:50 +01:00
nrf52 includes include $(RIOTBOARD)/$(BOARD)/Makefile.dep to know if `nordic_softdevice_ble` is used, this changes dependency resolution sinnce -include $(APPDIR)/Makefile.board.dep should be resolved before. This can be removed once #9913 is if `nordic_softdevice` is deprecated.