mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
281 B
Makefile
15 lines
281 B
Makefile
BOARD ?= esp32-ethernet-kit-v1_0
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += test_utils_netdev_eth_minimal
|
|
|
|
# the driver to test
|
|
USEMODULE += esp_eth
|
|
FEATURES_REQUIRED += arch_esp32
|
|
FEATURES_REQUIRED += periph_eth
|
|
|
|
INCLUDES += -I$(APPDIR)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|