mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 21:52:44 +01:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += test_utils_netdev_eth_minimal
|
|
|
|
# the driver to test
|
|
USEMODULE += ethos
|
|
|
|
INCLUDES += -I$(APPDIR)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|