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:
parent
341a82dffe
commit
6ad10b9873
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user