1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_netdev_eth/Makefile

16 lines
333 B
Makefile
Raw Normal View History

APPLICATION = driver_netdev_eth
include ../Makefile.tests_common
BOARD_WHITELIST := native
USEMODULE += ng_nativenet
USEMODULE += ng_netbase
USEMODULE += ng_nomac
USEMODULE += ng_pktdump
USEMODULE += ng_netdev_eth
2015-05-27 21:58:38 +02:00
USEMODULE += auto_init_ng_netif
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include