Skip to content

Commit 3c6f74a

Browse files
committed
fixup! fixup! fixup! boards: migrate ESP32 based boards to common board module system
1 parent 70362a5 commit 3c6f74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ endif
2424
ifneq (,$(filter boards_common_esp32s3,$(USEMODULE)))
2525
DIRS += $(RIOTBOARD)/common/esp32s3
2626
endif
27+
ifneq (,$(filter boards_common_esp32x,$(USEMODULE)))
28+
DIRS += $(RIOTBOARD)/common/esp32x
29+
endif
2730
ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
2831
DIRS += $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840
2932
endif

0 commit comments

Comments
 (0)