aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-19 14:13:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-19 14:13:26 +0000
commit67019eaa34ed752b62d30c8f5a9fd5a06c1c4941 (patch)
treebdefeb26ce321caf104fc0e4453b1a6a932dc642 /os/rt/ports/e200
parent449f7b1fa6fd495cf33dc668bdedd0804987fe01 (diff)
downloadChibiOS-67019eaa34ed752b62d30c8f5a9fd5a06c1c4941.tar.gz
ChibiOS-67019eaa34ed752b62d30c8f5a9fd5a06c1c4941.tar.bz2
ChibiOS-67019eaa34ed752b62d30c8f5a9fd5a06c1c4941.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6494 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/e200')
-rw-r--r--os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk3
1 files changed, 2 insertions, 1 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
index 328f2894f..192ee1773 100644
--- a/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk
+++ b/os/rt/ports/e200/compilers/GCC/mk/port_spc56elxx.mk
@@ -1,7 +1,8 @@
# 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 \
+PORTASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC56ELxx/boot.s \
+ $(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 \