mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
304 B
Makefile
10 lines
304 B
Makefile
PSEUDOMODULES += olimex_esp32_gateway
|
|
|
|
# enables esp_eth as default network device
|
|
# cannot be done in Makefile.dep since Makefile.dep is included too late
|
|
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += esp_eth
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.include
|