2023-03-30 16:12:49 +02:00
|
|
|
include ../Makefile.drivers_common
|
2022-02-03 11:04:35 +01:00
|
|
|
|
2022-03-03 14:34:20 +01:00
|
|
|
USEMODULE += test_utils_netdev_eth_minimal
|
|
|
|
|
|
|
|
# the driver to test
|
|
|
|
USEMODULE += ethos
|
|
|
|
|
|
|
|
INCLUDES += -I$(APPDIR)
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|