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

8 lines
120 B
Makefile
Raw Normal View History

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