1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/Makefile
2022-05-31 11:07:20 +02:00

11 lines
186 B
Makefile

DIRS = periph
ifneq (,$(filter sam0_eth, $(USEMODULE)))
DIRS += sam0_eth
endif
ifneq (,$(filter sam0_sdhc, $(USEMODULE)))
DIRS += sam0_sdhc
endif
include $(RIOTBASE)/Makefile.base