mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
275 B
Makefile
16 lines
275 B
Makefile
BOARD ?= nucleo-f207zg
|
|
|
|
INCLUDES += -I$(APPDIR)
|
|
|
|
include ../Makefile.drivers_common
|
|
|
|
USEMODULE += test_utils_netdev_eth_minimal
|
|
|
|
# the driver to test
|
|
USEMODULE += stm32_eth
|
|
|
|
FEATURES_REQUIRED += periph_eth
|
|
FEATURES_REQUIRED += cpu_stm32
|
|
|
|
include $(RIOTBASE)/Makefile.include
|