mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
14 lines
247 B
Makefile
14 lines
247 B
Makefile
APPLICATION = dev_eth
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_WHITELIST = native
|
|
FEATURES_REQUIRED += ethernet
|
|
|
|
ifneq (,$(filter native,$(BOARD)))
|
|
USEMODULE += dev_eth_tap
|
|
endif
|
|
|
|
USEMODULE += dev_eth_autoinit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|