1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_w5100/Makefile
2022-03-24 09:44:53 +01:00

11 lines
181 B
Makefile

include ../Makefile.tests_common
USEMODULE += test_utils_netdev_eth_minimal
# the driver to test
USEMODULE += w5100
INCLUDES += -I$(APPDIR)
include $(RIOTBASE)/Makefile.include