RIOT/cpu/samd21/Makefile
2020-12-11 18:25:36 +01:00

8 lines
212 B
Makefile

# define the module that is build
MODULE = cpu
# add a list of subdirectories, that should also be build
DIRS = periph $(RIOTCPU)/cortexm_common $(RIOTCPU)/sam0_common vectors
include $(RIOTBASE)/Makefile.base