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
2020-12-13 22:01:50 +01:00

8 lines
120 B
Makefile

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