1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
2015-08-18 16:11:55 +02:00

16 lines
326 B
Makefile

APPLICATION = driver_netdev_eth
include ../Makefile.tests_common
BOARD_WHITELIST := native
USEMODULE += dev_eth_tap
USEMODULE += gnrc
USEMODULE += ng_nomac
USEMODULE += ng_pktdump
USEMODULE += ng_netdev_eth
USEMODULE += auto_init_ng_netif
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include