aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 12:54:54 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 12:54:54 +0000
commit10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 (patch)
tree8cde360454ae4325b0f7b61d12e747d90adab0b4 /os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
parentc010f378caa66e18145d94e35a7123e9209f46d1 (diff)
downloadChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.tar.gz
ChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.tar.bz2
ChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.zip
Improved make system.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
index e0fd24dda..4d7105e0a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
+++ b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
@@ -10,3 +10,8 @@ STARTUPINC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC \
$(CHIBIOS)/os/common/ext/ST/STM32F3xx
STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld
+
+# Shared variables
+ALLASM += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)