mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
11 lines
186 B
Makefile
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
|