diff options
author | isiora <none@example.com> | 2018-01-18 09:26:45 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-01-18 09:26:45 +0000 |
commit | 1c10a0845bc1759a5ed2fe6161dc89772d7c0500 (patch) | |
tree | 0a9aaaf237ee725c488a1bf3e52fe335008a81ff /os/common | |
parent | b70381b4d20b13d549ffb8e9d0e8fea618e57958 (diff) | |
download | ChibiOS-1c10a0845bc1759a5ed2fe6161dc89772d7c0500.tar.gz ChibiOS-1c10a0845bc1759a5ed2fe6161dc89772d7c0500.tar.bz2 ChibiOS-1c10a0845bc1759a5ed2fe6161dc89772d7c0500.zip |
Added SMC related sources.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11310 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk b/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk index 98a0ca885..b27a565a2 100644 --- a/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk +++ b/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk @@ -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
|