Added SMC related sources.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11310 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2018-01-18 09:26:45 +00:00
parent b70381b4d2
commit 1c10a0845b
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# List of the ChibiOS/RT ARMCAx-TZ generic port files.
PORTSRC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ/chcore.c
PORTSRC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ/chcore.c \
${CHIBIOS}/os/common/ports/ARMCAx-TZ/chsmc.c
PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S \
$(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/monitor.S