1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/saml1x/Makefile.include

12 lines
254 B
Makefile
Raw Normal View History

2019-10-08 09:05:11 +02:00
CPU_ARCH = cortex-m23
ifneq (,$(filter saml10%,$(CPU_MODEL)))
CFLAGS += -DCPU_SAML10
endif
ifneq (,$(filter saml11%,$(CPU_MODEL)))
CFLAGS += -DCPU_SAML11
endif
include $(RIOTCPU)/sam0_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk