1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/esp32-olimex-evb/Makefile.include

12 lines
338 B
Makefile
Raw Normal View History

2018-10-08 12:20:49 +02:00
PSEUDOMODULES += olimex_esp32_gateway
USEMODULE += boards_common_esp32
# enables esp_eth as default network device
# cannot be done in Makefile.dep since Makefile.dep is included too late
2018-10-08 12:20:49 +02:00
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
USEMODULE += esp_eth
2018-10-08 12:20:49 +02:00
endif
include $(RIOTBOARD)/common/esp32/Makefile.include