|
2 | 2 | ifneq (,$(filter boards_common_adafruit-nrf52-bootloader,$(USEMODULE))) |
3 | 3 | include $(RIOTBOARD)/common/adafruit-nrf52-bootloader/Makefile.include |
4 | 4 | endif |
| 5 | +ifneq (,$(filter boards_common_esp32,$(USEMODULE))) |
| 6 | + include $(RIOTBOARD)/common/esp32/Makefile.include |
| 7 | +endif |
| 8 | +ifneq (,$(filter boards_common_esp32c3,$(USEMODULE))) |
| 9 | + include $(RIOTBOARD)/common/esp32c3/Makefile.include |
| 10 | +endif |
| 11 | +ifneq (,$(filter boards_common_esp32c6,$(USEMODULE))) |
| 12 | + include $(RIOTBOARD)/common/esp32c6/Makefile.include |
| 13 | +endif |
| 14 | +ifneq (,$(filter boards_common_esp32h2,$(USEMODULE))) |
| 15 | + include $(RIOTBOARD)/common/esp32h2/Makefile.include |
| 16 | +endif |
| 17 | +ifneq (,$(filter boards_common_esp32s2,$(USEMODULE))) |
| 18 | + include $(RIOTBOARD)/common/esp32s2/Makefile.include |
| 19 | +endif |
| 20 | +ifneq (,$(filter boards_common_esp32s3,$(USEMODULE))) |
| 21 | + include $(RIOTBOARD)/common/esp32s3/Makefile.include |
| 22 | +endif |
| 23 | +ifneq (,$(filter boards_common_esp32x,$(USEMODULE))) |
| 24 | + include $(RIOTBOARD)/common/esp32x/Makefile.include |
| 25 | +endif |
5 | 26 | ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE))) |
6 | 27 | include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.include |
7 | 28 | endif |
0 commit comments