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

9 lines
198 B
Makefile
Raw Normal View History

export CPU_ARCH = cortex-m3
2017-09-19 14:29:21 +02:00
export CPU_FAM = sam3
# include common SPI functions
USEMODULE += periph_common
2017-09-19 14:29:21 +02:00
include $(RIOTCPU)/sam_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk