mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
export CPU_ARCH = cortex-m0plus
|
|
export CPU_FAM = saml21
|
|
|
|
USEMODULE += pm_layered
|
|
|
|
include $(RIOTCPU)/sam0_common/Makefile.include
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|