mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
10 lines
253 B
Makefile
10 lines
253 B
Makefile
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
ifeq (,$(filter ng_netif,$(USEMODULE)))
|
|
USEMODULE += nativenet
|
|
USEMODULE += transceiver
|
|
else
|
|
USEMODULE += ng_nativenet
|
|
USEMODULE += ng_netdev_eth
|
|
endif
|
|
endif
|