From faf584ff60ea5241873e676bcf119f3bd2278a6d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Apr 2016 06:47:26 +0000 Subject: 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 --- os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk') diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk index 61f786043..436ba43a6 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z3 SPC563Mxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC563Mxx/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/SPC563Mxx/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/SPC563Mxx -- cgit v1.2.3