mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|