summaryrefslogtreecommitdiff
path: root/simonnnnn/Debug/Core/Src/subdir.mk
blob: 4254e4549b543d64d7254ead314eecbd8a9cf15b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 ' '