summaryrefslogtreecommitdiff
path: root/simonnnnn/Debug/Core/Src/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'simonnnnn/Debug/Core/Src/subdir.mk')
-rw-r--r--simonnnnn/Debug/Core/Src/subdir.mk52
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 ' '
+
+