1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

board/nrf52840dk: fix order in Makefile.dep

This commit is contained in:
Hauke Petersen 2019-08-28 14:45:03 +02:00
parent eb6673f769
commit da494251b6

View File

@ -1,7 +1,7 @@
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
ifeq (,$(filter nrfmin,$(USEMODULE)))
USEMODULE += nrf802154
endif
endif
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep