mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
USEMODULE += board_nrf52840_ci_ieee802154
|
|
|
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += mrf24j40
|
|
endif
|
|
|
|
include $(RIOTBOARD)/nrf52840dk/Makefile.dep
|