Skip to content

Commit 755c1bc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! boards: migrate ESP32 based boards to common board module system
1 parent 63408b2 commit 755c1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/esp32-olimex-evb/Makefile.dep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include $(RIOTBOARD)/common/esp32/Makefile.dep
2-
31
# enables esp_eth as default network device
42
ifneq (,$(filter netdev_default,$(USEMODULE)))
53
USEMODULE += esp_eth
@@ -14,3 +12,5 @@ endif
1412
ifneq (,$(filter mtd,$(USEMODULE)))
1513
USEMODULE += mtd_sdmmc_default
1614
endif
15+
16+
USEMODULE += boards_common_esp32

0 commit comments

Comments
 (0)