aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC560Pxx/port.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 12:57:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 12:57:19 +0000
commit061c8328506ee40d5d52e31c39f385754a8cc57d (patch)
tree644f996781035f2ee74fb256cfe8334485038c30 /os/ports/GCC/PPC/SPC560Pxx/port.mk
parentf4b73385582f468882abe2e49c02b8fd689b9f81 (diff)
downloadChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.tar.gz
ChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.tar.bz2
ChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4656 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC560Pxx/port.mk')
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/port.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/SPC560Pxx/port.mk b/os/ports/GCC/PPC/SPC560Pxx/port.mk
new file mode 100644
index 000000000..460d4e1f9
--- /dev/null
+++ b/os/ports/GCC/PPC/SPC560Pxx/port.mk
@@ -0,0 +1,11 @@
+# List of the ChibiOS/RT SPC563Mxx port files.
+PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
+
+PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/vectors.s \
+ ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/ivor.s \
+ ${CHIBIOS}/os/ports/GCC/PPC/crt0.s
+
+PORTINC = ${CHIBIOS}/os/ports/GCC/PPC \
+ ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx
+
+PORTLD = ${CHIBIOS}/os/ports/GCC/PPC/SPC563Mxx/ld