mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8 lines
177 B
Makefile
8 lines
177 B
Makefile
|
CPU_ARCH = cortex-m4f
|
||
|
CPU_VARIANT = x2
|
||
|
|
||
|
VECTORS_O = $(BINDIR)/cc26xx_cc13xx/vectors.o
|
||
|
|
||
|
include ${RIOTCPU}/cc26xx_cc13xx/Makefile.include
|
||
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|