diff options
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/mk')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk | 6 | ||||
-rwxr-xr-x | os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 6 |
2 files changed, 6 insertions, 6 deletions
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 fb5b3fd69..3db0c0eb5 100644 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk @@ -9,6 +9,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk index 269aad0b9..9ee6604b3 100755 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk @@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2 \ STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
|