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:
parent
eb6673f769
commit
da494251b6
@ -1,7 +1,7 @@
|
|||||||
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
|
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||||
ifeq (,$(filter nrfmin,$(USEMODULE)))
|
ifeq (,$(filter nrfmin,$(USEMODULE)))
|
||||||
USEMODULE += nrf802154
|
USEMODULE += nrf802154
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
|
||||||
|
Loading…
Reference in New Issue
Block a user