diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-26 18:26:26 +0100 |
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-26 18:26:26 +0100 |
| commit | bc481107298791bf0efd984ecc53dc92b8719878 (patch) | |
| tree | 332af7837f310af85b261611ed016e0e6312262c /simonnnnn/Debug/Core/Src/subdir.mk | |
| parent | 816804c9c114e20d2231258cc346c3714590b9ea (diff) | |
| download | simon-STM32-bc481107298791bf0efd984ecc53dc92b8719878.tar.gz simon-STM32-bc481107298791bf0efd984ecc53dc92b8719878.tar.bz2 simon-STM32-bc481107298791bf0efd984ecc53dc92b8719878.zip | |
Insertion du projet dans sa totalité
Diffstat (limited to '')
| -rw-r--r-- | simonnnnn/Debug/Core/Src/subdir.mk | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/simonnnnn/Debug/Core/Src/subdir.mk b/simonnnnn/Debug/Core/Src/subdir.mk new file mode 100644 index 0000000..4254e45 --- /dev/null +++ b/simonnnnn/Debug/Core/Src/subdir.mk @@ -0,0 +1,52 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Core/Src/button.c \ +../Core/Src/gpio.c \ +../Core/Src/lcd_1602.c \ +../Core/Src/led.c \ +../Core/Src/main.c \ +../Core/Src/stm32l0xx_hal_msp.c \ +../Core/Src/stm32l0xx_it.c \ +../Core/Src/syscalls.c \ +../Core/Src/system_stm32l0xx.c \ +../Core/Src/usart.c + +OBJS += \ +./Core/Src/button.o \ +./Core/Src/gpio.o \ +./Core/Src/lcd_1602.o \ +./Core/Src/led.o \ +./Core/Src/main.o \ +./Core/Src/stm32l0xx_hal_msp.o \ +./Core/Src/stm32l0xx_it.o \ +./Core/Src/syscalls.o \ +./Core/Src/system_stm32l0xx.o \ +./Core/Src/usart.o + +C_DEPS += \ +./Core/Src/button.d \ +./Core/Src/gpio.d \ +./Core/Src/lcd_1602.d \ +./Core/Src/led.d \ +./Core/Src/main.d \ +./Core/Src/stm32l0xx_hal_msp.d \ +./Core/Src/stm32l0xx_it.d \ +./Core/Src/syscalls.d \ +./Core/Src/system_stm32l0xx.d \ +./Core/Src/usart.d + + +# Each subdirectory must supply rules for building sources it contributes +Core/Src/%.o: ../Core/Src/%.c + @echo 'Building file: $<' + @echo 'Invoking: MCU GCC Compiler' + @echo $(PWD) + arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -DUSE_HAL_DRIVER -DSTM32L053xx -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Core/Inc" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/STM32L0xx_HAL_Driver/Inc" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/STM32L0xx_HAL_Driver/Inc/Legacy" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/CMSIS/Device/ST/STM32L0xx/Include" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/CMSIS/Include" -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + |
