aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/LLVM/mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-07-10 12:02:55 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-07-10 12:02:55 +0000
commit13e854961f71c2d06d67b66ee2ab8a5c8dde9b61 (patch)
treeccec837e90fa18f105b4bea9bcf800fda03923a9 /os/common/startup/ARMCMx/compilers/LLVM/mk
parentbae460fde165578a93c3aa6b980c73b49aba9d9c (diff)
downloadChibiOS-13e854961f71c2d06d67b66ee2ab8a5c8dde9b61.tar.gz
ChibiOS-13e854961f71c2d06d67b66ee2ab8a5c8dde9b61.tar.bz2
ChibiOS-13e854961f71c2d06d67b66ee2ab8a5c8dde9b61.zip
Missing files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12156 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/LLVM/mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/LLVM/mk/startup_stm32f4xx.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/compilers/LLVM/mk/startup_stm32f4xx.mk b/os/common/startup/ARMCMx/compilers/LLVM/mk/startup_stm32f4xx.mk
new file mode 100644
index 000000000..c20ba0938
--- /dev/null
+++ b/os/common/startup/ARMCMx/compilers/LLVM/mk/startup_stm32f4xx.mk
@@ -0,0 +1,18 @@
+# List of the ChibiOS generic STM32F4xx startup and CMSIS files.
+STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c
+
+STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S \
+ $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/vectors.S
+
+STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \
+ $(CHIBIOS)/os/common/startup/ARMCMx/compilers/LLVM \
+ $(CHIBIOS)/os/common/startup/ARMCMx/devices/STM32F4xx \
+ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core/Include \
+ $(CHIBIOS)/os/common/ext/ST/STM32F4xx
+
+STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/LLVM/ld
+
+# Shared variables
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)