1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/dev_eth/Makefile
2015-08-09 22:04:26 +02:00

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