1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam3/Makefile.include
2017-10-09 12:06:35 +02:00

9 lines
198 B
Makefile

export CPU_ARCH = cortex-m3
export CPU_FAM = sam3
# include common SPI functions
USEMODULE += periph_common
include $(RIOTCPU)/sam_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk