mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
301 B
Makefile
15 lines
301 B
Makefile
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
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
|
|
include $(RIOTBASE)/Makefile.include
|