aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 06:47:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-23 06:47:26 +0000
commitfaf584ff60ea5241873e676bcf119f3bd2278a6d (patch)
tree3e47f66cb748845fc55aa6b8c3af2e9383937eba /os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
parent498be17d1f3e02d9bf217a10a8c406ac19a4d322 (diff)
downloadChibiOS-faf584ff60ea5241873e676bcf119f3bd2278a6d.tar.gz
ChibiOS-faf584ff60ea5241873e676bcf119f3bd2278a6d.tar.bz2
ChibiOS-faf584ff60ea5241873e676bcf119f3bd2278a6d.zip
GCC asm files extension changed from .s to .S.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9345 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk')
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
index 6ca606b50..260625db1 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z0 SPC560BCxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx