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

11 lines
186 B
Makefile
Raw Normal View History

DIRS = periph
ifneq (,$(filter sam0_eth, $(USEMODULE)))
DIRS += sam0_eth
endif
ifneq (,$(filter sam0_sdhc, $(USEMODULE)))
DIRS += sam0_sdhc
2020-12-13 21:41:35 +01:00
endif
include $(RIOTBASE)/Makefile.base