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

boards/reel: use nrf52840 common dependency file

This pull in nrf802154 when netdev_default is used
This commit is contained in:
Alexandre Abadie 2019-07-04 11:54:32 +02:00
parent 341a82dffe
commit 6ad10b9873
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -3,10 +3,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += mma8x5x USEMODULE += mma8x5x
endif endif
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE))) # include common nrf52840 dependencies
ifeq (,$(filter nrfmin,$(USEMODULE))) include $(RIOTBOARD)/common/nrf52/nrf52840/Makefile.dep
USEMODULE += nrf802154
endif
endif
include $(RIOTBOARD)/common/nrf52/Makefile.dep include $(RIOTBOARD)/common/nrf52/Makefile.dep