mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|