aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-18 09:39:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-18 09:39:41 +0000
commitda4c0dbaa0a453af6b1903554ccff1df7b98825c (patch)
tree97e3d0d8ffec0947fc1195b353da4557ec30b6ee /os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk
parent5f2b47e17bbddd663b5237f3d235375f69f88d4f (diff)
downloadChibiOS-da4c0dbaa0a453af6b1903554ccff1df7b98825c.tar.gz
ChibiOS-da4c0dbaa0a453af6b1903554ccff1df7b98825c.tar.bz2
ChibiOS-da4c0dbaa0a453af6b1903554ccff1df7b98825c.zip
Improvements to the e200 RT port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8507 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk')
-rw-r--r--os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk b/os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk
new file mode 100644
index 000000000..92af14e4c
--- /dev/null
+++ b/os/common/ports/e200/compilers/GCC/mk/startup_spc563mxx.mk
@@ -0,0 +1,11 @@
+# List of the ChibiOS e200z3 SPC563Mxx startup files.
+STARTUPSRC =
+
+STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC563Mxx/boot.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/crt0.s
+
+STARTUPINC = ${CHIBIOS}/os/common/ports/e200/compilers/GCC \
+ ${CHIBIOS}/os/common/ports/e200/devices/SPC563Mxx
+
+STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld