aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC')
-rw-r--r--os/common/startup/ARM/compilers/GCC/crt0.S (renamed from os/common/startup/ARM/compilers/GCC/crt0.s)0
-rw-r--r--os/common/startup/ARM/compilers/GCC/ld/rules.ld (renamed from os/common/startup/ARM/compilers/GCC/rules.ld)0
-rw-r--r--os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk4
-rw-r--r--os/common/startup/ARM/compilers/GCC/vectors.S (renamed from os/common/startup/ARM/compilers/GCC/vectors.s)0
4 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/crt0.s b/os/common/startup/ARM/compilers/GCC/crt0.S
index 663d975b9..663d975b9 100644
--- a/os/common/startup/ARM/compilers/GCC/crt0.s
+++ b/os/common/startup/ARM/compilers/GCC/crt0.S
diff --git a/os/common/startup/ARM/compilers/GCC/rules.ld b/os/common/startup/ARM/compilers/GCC/ld/rules.ld
index 219d0d420..219d0d420 100644
--- a/os/common/startup/ARM/compilers/GCC/rules.ld
+++ b/os/common/startup/ARM/compilers/GCC/ld/rules.ld
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk
index baf301a34..04611a33f 100644
--- a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk
+++ b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk
@@ -1,8 +1,8 @@
# List of the ChibiOS generic LPC214x file.
STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c
-STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x
diff --git a/os/common/startup/ARM/compilers/GCC/vectors.s b/os/common/startup/ARM/compilers/GCC/vectors.S
index 39bd6db73..39bd6db73 100644
--- a/os/common/startup/ARM/compilers/GCC/vectors.s
+++ b/os/common/startup/ARM/compilers/GCC/vectors.S