File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ 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_seeedstudio-xiao-nrf52840,$(USEMODULE ) ) )
10- DIRS += $(RIOTBOARD ) /common/seeedstudio-xiao-nrf52840
11- endif
129ifneq (,$(filter boards_common_rpi_pico_2,$(USEMODULE ) ) )
1310 DIRS += $(RIOTBOARD ) /common/rpi-pico-2
1411endif
12+ ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE ) ) )
13+ DIRS += $(RIOTBOARD ) /common/seeedstudio-xiao-nrf52840
14+ endif
1515
1616include $(RIOTBASE ) /Makefile.base
Original file line number Diff line number Diff line change 11# SORT THIS ALPHABETICALLY BY COMMON BOARD NAME!
2- ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
3- include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.features
4- endif
52ifneq (,$(filter boards_common_rpi_pico_2,$(USEMODULE)))
63 include $(RIOTBOARD)/common/rpi-pico-2/Makefile.features
74endif
5+ ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
6+ include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.features
7+ endif
Original file line number Diff line number Diff line change 22ifneq (,$(filter boards_common_adafruit-nrf52-bootloader,$(USEMODULE)))
33 include $(RIOTBOARD)/common/adafruit-nrf52-bootloader/Makefile.include
44endif
5- ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
6- include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.include
7- endif
85ifneq (,$(filter boards_common_rpi_pico_2,$(USEMODULE)))
96 include $(RIOTBOARD)/common/rpi-pico-2/Makefile.include
107endif
8+ ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
9+ include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.include
10+ endif
You can’t perform that action at this time.
0 commit comments