mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:12:45 +01:00
10 lines
231 B
Makefile
10 lines
231 B
Makefile
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
|