@@ -6,6 +6,27 @@ DIRS += $(RIOTBOARD)/common/init
66ifneq (,$(filter boards_common_adafruit-nrf52-bootloader,$(USEMODULE ) ) )
77 DIRS += $(RIOTBOARD ) /common/adafruit-nrf52-bootloader
88endif
9+ ifneq (,$(filter boards_common_esp32,$(USEMODULE ) ) )
10+ DIRS += $(RIOTBOARD ) /common/esp32
11+ endif
12+ ifneq (,$(filter boards_common_esp32c3,$(USEMODULE ) ) )
13+ DIRS += $(RIOTBOARD ) /common/esp32c3
14+ endif
15+ ifneq (,$(filter boards_common_esp32c6,$(USEMODULE ) ) )
16+ DIRS += $(RIOTBOARD ) /common/esp32c6
17+ endif
18+ ifneq (,$(filter boards_common_esp32h2,$(USEMODULE ) ) )
19+ DIRS += $(RIOTBOARD ) /common/esp32h2
20+ endif
21+ ifneq (,$(filter boards_common_esp32s2,$(USEMODULE ) ) )
22+ DIRS += $(RIOTBOARD ) /common/esp32s2
23+ endif
24+ ifneq (,$(filter boards_common_esp32s3,$(USEMODULE ) ) )
25+ DIRS += $(RIOTBOARD ) /common/esp32s3
26+ endif
27+ ifneq (,$(filter boards_common_esp32x,$(USEMODULE ) ) )
28+ DIRS += $(RIOTBOARD ) /common/esp32x
29+ endif
930ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE ) ) )
1031 DIRS += $(RIOTBOARD ) /common/seeedstudio-xiao-nrf52840
1132endif
0 commit comments