subdir.mk 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (10.3-2021.10)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../Core/Src/freertos.c \
  8. ../Core/Src/main.c \
  9. ../Core/Src/stm32f7xx_hal_msp.c \
  10. ../Core/Src/stm32f7xx_hal_timebase_tim.c \
  11. ../Core/Src/stm32f7xx_it.c \
  12. ../Core/Src/syscalls.c \
  13. ../Core/Src/sysmem.c \
  14. ../Core/Src/system_stm32f7xx.c
  15. OBJS += \
  16. ./Core/Src/freertos.o \
  17. ./Core/Src/main.o \
  18. ./Core/Src/stm32f7xx_hal_msp.o \
  19. ./Core/Src/stm32f7xx_hal_timebase_tim.o \
  20. ./Core/Src/stm32f7xx_it.o \
  21. ./Core/Src/syscalls.o \
  22. ./Core/Src/sysmem.o \
  23. ./Core/Src/system_stm32f7xx.o
  24. C_DEPS += \
  25. ./Core/Src/freertos.d \
  26. ./Core/Src/main.d \
  27. ./Core/Src/stm32f7xx_hal_msp.d \
  28. ./Core/Src/stm32f7xx_hal_timebase_tim.d \
  29. ./Core/Src/stm32f7xx_it.d \
  30. ./Core/Src/syscalls.d \
  31. ./Core/Src/sysmem.d \
  32. ./Core/Src/system_stm32f7xx.d
  33. # Each subdirectory must supply rules for building sources it contributes
  34. Core/Src/%.o Core/Src/%.su: ../Core/Src/%.c Core/Src/subdir.mk
  35. arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F769xx -c -I../Core/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@"
  36. clean: clean-Core-2f-Src
  37. clean-Core-2f-Src:
  38. -$(RM) ./Core/Src/freertos.d ./Core/Src/freertos.o ./Core/Src/freertos.su ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f7xx_hal_msp.d ./Core/Src/stm32f7xx_hal_msp.o ./Core/Src/stm32f7xx_hal_msp.su ./Core/Src/stm32f7xx_hal_timebase_tim.d ./Core/Src/stm32f7xx_hal_timebase_tim.o ./Core/Src/stm32f7xx_hal_timebase_tim.su ./Core/Src/stm32f7xx_it.d ./Core/Src/stm32f7xx_it.o ./Core/Src/stm32f7xx_it.su ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f7xx.d ./Core/Src/system_stm32f7xx.o ./Core/Src/system_stm32f7xx.su
  39. .PHONY: clean-Core-2f-Src