diff options
author | isiora <none@example.com> | 2017-11-14 22:47:12 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-11-14 22:47:12 +0000 |
commit | 44daff06bd76f45dd31dbd72798783fbbefc14d8 (patch) | |
tree | 575535617315a9f477d7bffe115ba4e427225b9c /os/common | |
parent | 4db05b767f3615842d4d0ad411be4e654ddbb759 (diff) | |
download | ChibiOS-44daff06bd76f45dd31dbd72798783fbbefc14d8.tar.gz ChibiOS-44daff06bd76f45dd31dbd72798783fbbefc14d8.tar.bz2 ChibiOS-44daff06bd76f45dd31dbd72798783fbbefc14d8.zip |
Added monitor.S
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11008 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 7b156c938..b80ac0f78 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,7 +1,8 @@ # List of the ChibiOS/RT ARMCAx-TZ generic port files.
PORTSRC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ/chcore.c
-PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S
+PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S \
+ $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/monitor.S
PORTINC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ \
${CHIBIOS}/os/common/ports/ARMCAx-TZ/compilers/GCC
|