subdir.mk 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../Src/main.c \
  7. ../Src/stm32f4xx_hal_msp.c \
  8. ../Src/stm32f4xx_it.c
  9. OBJS += \
  10. ./Src/main.o \
  11. ./Src/stm32f4xx_hal_msp.o \
  12. ./Src/stm32f4xx_it.o
  13. C_DEPS += \
  14. ./Src/main.d \
  15. ./Src/stm32f4xx_hal_msp.d \
  16. ./Src/stm32f4xx_it.d
  17. # Each subdirectory must supply rules for building sources it contributes
  18. Src/%.o: ../Src/%.c
  19. @echo 'Building file: $<'
  20. @echo 'Invoking: Cross GCC Compiler'
  21. 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 "$@" "$<"
  22. @echo 'Finished building: $<'
  23. @echo ' '