aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC560Pxx/port.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-04 10:01:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-04 10:01:23 +0000
commitf6b73aded1d40e6932dce69f0035030714c4fea2 (patch)
treeac16537f35d51490aeeca9e59c395a73e19d49b7 /os/ports/GCC/PPC/SPC560Pxx/port.mk
parent56cc87ba13a2794c7214fcab0f19f7153c621578 (diff)
downloadChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.tar.gz
ChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.tar.bz2
ChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4736 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC560Pxx/port.mk')
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/ports/GCC/PPC/SPC560Pxx/port.mk b/os/ports/GCC/PPC/SPC560Pxx/port.mk
index 388268b38..de516c7d0 100644
--- a/os/ports/GCC/PPC/SPC560Pxx/port.mk
+++ b/os/ports/GCC/PPC/SPC560Pxx/port.mk
@@ -1,9 +1,10 @@
# List of the ChibiOS/RT SPC560Pxx port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
-PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/vectors.s \
+PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/bam.s \
+ ${CHIBIOS}/os/ports/GCC/PPC/crt0.s \
${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/ivor.s \
- ${CHIBIOS}/os/ports/GCC/PPC/crt0.s
+ ${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx/vectors.s
PORTINC = ${CHIBIOS}/os/ports/GCC/PPC \
${CHIBIOS}/os/ports/GCC/PPC/SPC560Pxx