aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCAx-TZ/compilers/GCC/mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-07-29 08:34:26 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-07-29 08:34:26 +0000
commit3ea96b878c6b959fb8c9c400e3f1404f2ceade85 (patch)
tree890a14246f54667278240a2001bd921118f62662 /os/common/ports/ARMCAx-TZ/compilers/GCC/mk
parent4633e54ba996a03d63c3fa3efe7bfb222297a40e (diff)
downloadChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.tar.gz
ChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.tar.bz2
ChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.zip
Renamed ports/ARMCMAx-TZ as ports/ARMCAx-TZ
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCAx-TZ/compilers/GCC/mk')
-rw-r--r--os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk7
1 files changed, 7 insertions, 0 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
new file mode 100644
index 000000000..7b156c938
--- /dev/null
+++ b/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
@@ -0,0 +1,7 @@
+# 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
+
+PORTINC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ \
+ ${CHIBIOS}/os/common/ports/ARMCAx-TZ/compilers/GCC