mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
262 B
Makefile
12 lines
262 B
Makefile
ifneq (,$(filter saml10%,$(CPU_MODEL)))
|
|
CFLAGS += -DCPU_SAML10
|
|
endif
|
|
ifneq (,$(filter saml11%,$(CPU_MODEL)))
|
|
CFLAGS += -DCPU_SAML11
|
|
endif
|
|
|
|
CFLAGS += -DCPU_COMMON_SAML1X
|
|
|
|
include $(RIOTCPU)/sam0_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|