We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63408b2 commit 755c1bcCopy full SHA for 755c1bc
boards/esp32-olimex-evb/Makefile.dep
@@ -1,5 +1,3 @@
1
-include $(RIOTBOARD)/common/esp32/Makefile.dep
2
-
3
# enables esp_eth as default network device
4
ifneq (,$(filter netdev_default,$(USEMODULE)))
5
USEMODULE += esp_eth
@@ -14,3 +12,5 @@ endif
14
12
ifneq (,$(filter mtd,$(USEMODULE)))
15
13
USEMODULE += mtd_sdmmc_default
16
endif
+
+USEMODULE += boards_common_esp32
0 commit comments