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:
parent
b70381b4d2
commit
1c10a0845b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue