mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 08:32:43 +01:00
12 lines
247 B
Makefile
12 lines
247 B
Makefile
USEMODULE += board_nrf52840_ci_eth
|
|
|
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += w5100
|
|
USEMODULE += ethos
|
|
USEMODULE += dose
|
|
USEMODULE += encx24j600
|
|
USEMODULE += enc28j60
|
|
endif
|
|
|
|
include $(RIOTBOARD)/nrf52840dk/Makefile.dep
|