1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/silabs/Makefile

16 lines
279 B
Makefile

MODULE = boards_common_silabs
ifneq (,$(filter silabs_aem,$(USEMODULE)))
DIRS += drivers/aem
endif
ifneq (,$(filter silabs_bc,$(USEMODULE)))
DIRS += drivers/bc
endif
ifneq (,$(filter silabs_pic,$(USEMODULE)))
DIRS += drivers/pic
endif
include $(RIOTBASE)/Makefile.base