aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-26 10:55:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-26 10:55:58 +0000
commit9f12fc709ed9a73ebad92da8f4d01345a69b46eb (patch)
treee7390f8eea2e88a9ceb27d40422179cf3912dcb5 /os/rt/ports/e200
parentce46beee69f46e8fc26a67c6e8b993ff6f45d2cd (diff)
downloadChibiOS-9f12fc709ed9a73ebad92da8f4d01345a69b46eb.tar.gz
ChibiOS-9f12fc709ed9a73ebad92da8f4d01345a69b46eb.tar.bz2
ChibiOS-9f12fc709ed9a73ebad92da8f4d01345a69b46eb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6729 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/e200')
-rw-r--r--os/rt/ports/e200/compilers/GCC/mk/port_spc560pxx.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc560pxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc560pxx.mk
new file mode 100644
index 000000000..e9d078aff
--- /dev/null
+++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc560pxx.mk
@@ -0,0 +1,14 @@
+# List of the ChibiOS/RT e200z0 SPC560Pxx port files.
+PORTSRC = ${CHIBIOS}/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC560Pxx/boot.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/crt0.s \
+ $(CHIBIOS)/os/rt/ports/e200/compilers/GCC/ivor.s
+
+PORTINC = ${CHIBIOS}/os/common/ports/e200/compilers/GCC \
+ ${CHIBIOS}/os/common/ports/e200/devices/SPC560Pxx \
+ ${CHIBIOS}/os/rt/ports/e200 \
+ ${CHIBIOS}/os/rt/ports/e200/compilers/GCC
+
+PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld