diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-18 15:38:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-18 15:38:39 +0000 |
commit | 9135ca04f84a011d91585f701e8a211e9687d2b0 (patch) | |
tree | fba4a4594691d9a5e970b7ace25858eb6cacc44c /os/rt | |
parent | 1d93e25359d5e4d1d4b97eec63ec7b7f8fa9385e (diff) | |
download | ChibiOS-9135ca04f84a011d91585f701e8a211e9687d2b0.tar.gz ChibiOS-9135ca04f84a011d91585f701e8a211e9687d2b0.tar.bz2 ChibiOS-9135ca04f84a011d91585f701e8a211e9687d2b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6490 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk new file mode 100644 index 000000000..328f2894f --- /dev/null +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk @@ -0,0 +1,11 @@ +# List of the ChibiOS/RT e200z4 SPC56ELxx port files.
+PORTSRC = #${CHIBIOS}/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \
+ $(CHIBIOS)/os/common/ports/e200/compilers/GCC/crt0.s
+
+PORTINC = ${CHIBIOS}/os/common/ports/e200/devices/SPC56ELxx \
+ ${CHIBIOS}/os/rt/ports/e200 \
+ ${CHIBIOS}/os/rt/ports/e200/compilers/GCC
+
+PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld
|