diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 08:43:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 08:43:20 +0000 |
commit | 6dee6a0bc925bc0567c41a74a64f5b9c88dc66bb (patch) | |
tree | 49808d290864fbeae50adde0de3768f2d70c7945 /os/rt | |
parent | 238790de5f6c1cc0c9db3fd83bf22b4e5b49d5f4 (diff) | |
download | ChibiOS-6dee6a0bc925bc0567c41a74a64f5b9c88dc66bb.tar.gz ChibiOS-6dee6a0bc925bc0567c41a74a64f5b9c88dc66bb.tar.bz2 ChibiOS-6dee6a0bc925bc0567c41a74a64f5b9c88dc66bb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7037 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/compilers/GCC/mk/port_spc57emxx.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/mk/port_spc57emxx.mk b/os/rt/ports/e200/compilers/GCC/mk/port_spc57emxx.mk new file mode 100644 index 000000000..205dec659 --- /dev/null +++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc57emxx.mk @@ -0,0 +1,14 @@ +# List of the ChibiOS/RT e200z4 SPC57EMxx port files.
+PORTSRC = ${CHIBIOS}/os/rt/ports/e200/chcore.c
+
+PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC57EMxx/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/SPC57EMxx \
+ ${CHIBIOS}/os/rt/ports/e200 \
+ ${CHIBIOS}/os/rt/ports/e200/compilers/GCC
+
+PORTLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld
|