diff options
Diffstat (limited to 'lib/chibios/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk')
-rw-r--r-- | lib/chibios/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/chibios/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk b/lib/chibios/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk new file mode 100644 index 000000000..407a0b41a --- /dev/null +++ b/lib/chibios/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk | |||
@@ -0,0 +1,18 @@ | |||
1 | # List of the ChibiOS generic STM32L1xx startup and CMSIS files. | ||
2 | STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c | ||
3 | |||
4 | STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S \ | ||
5 | $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/vectors.S | ||
6 | |||
7 | STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ | ||
8 | $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC \ | ||
9 | $(CHIBIOS)/os/common/startup/ARMCMx/devices/STM32L1xx \ | ||
10 | $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core/Include \ | ||
11 | $(CHIBIOS)/os/common/ext/ST/STM32L1xx | ||
12 | |||
13 | STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld | ||
14 | |||
15 | # Shared variables | ||
16 | ALLXASMSRC += $(STARTUPASM) | ||
17 | ALLCSRC += $(STARTUPSRC) | ||
18 | ALLINC += $(STARTUPINC) | ||