12345678910111213141516171819202122232425262728293031 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../Src/main.c \
- ../Src/stm32f4xx_hal_msp.c \
- ../Src/stm32f4xx_it.c
- OBJS += \
- ./Src/main.o \
- ./Src/stm32f4xx_hal_msp.o \
- ./Src/stm32f4xx_it.o
- C_DEPS += \
- ./Src/main.d \
- ./Src/stm32f4xx_hal_msp.d \
- ./Src/stm32f4xx_it.d
- # Each subdirectory must supply rules for building sources it contributes
- Src/%.o: ../Src/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -I"/home/xaionaro/stm32/test/Inc" -I"/home/xaionaro/stm32/test/Drivers/CMSIS/Device/ST/STM32F4xx/Include" -I"/home/xaionaro/stm32/test/Drivers/STM32F4xx_HAL_Driver/Inc" -Os -flto -g -pedantic-errors -Wall -Wextra -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|