mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
5 lines
201 B
Makefile
5 lines
201 B
Makefile
# SORT THIS ALPHABETICALLY BY COMMON BOARD NAME!
|
|
ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
|
|
include $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840/Makefile.features
|
|
endif
|