diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-24 11:09:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-24 11:09:08 +0000 |
commit | 4d1c817475411bea3a3b08426011ecd8faf0f44d (patch) | |
tree | d33f534a592395d057aa2a5ddc8eee7627a48d80 /os/rt | |
parent | 59c1a8be04fc551123b89651f2316ec771ad5564 (diff) | |
download | ChibiOS-4d1c817475411bea3a3b08426011ecd8faf0f44d.tar.gz ChibiOS-4d1c817475411bea3a3b08426011ecd8faf0f44d.tar.bz2 ChibiOS-4d1c817475411bea3a3b08426011ecd8faf0f44d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6722 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/mk/port_spc56ecxx.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc56ecxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc56ecxx.mk new file mode 100644 index 000000000..4a951d1c2 --- /dev/null +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc56ecxx.mk @@ -0,0 +1,14 @@ +# List of the ChibiOS/RT e200z4 SPC56ECxx port files.
+PORTSRC = ${CHIBIOS}/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC56ECxx/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/SPC56ECxx \
+ ${CHIBIOS}/os/rt/ports/e200 \
+ ${CHIBIOS}/os/rt/ports/e200/compilers/GCC
+
+PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld
|