基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
4.0 KiB

  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (12.3.rel1)
  4. ################################################################################
  5. -include ../makefile.init
  6. RM := rm -rf
  7. # All of the sources participating in the build are defined here
  8. -include sources.mk
  9. -include User/components/tmcdriver/tmc51x0/subdir.mk
  10. -include User/app/subdir.mk
  11. -include User/BSP/uart_dbg/subdir.mk
  12. -include User/BSP/tim_pwm/subdir.mk
  13. -include User/BSP/status/subdir.mk
  14. -include User/BSP/can_control/subdir.mk
  15. -include User/BSP/can/subdir.mk
  16. -include User/BSP/base/c/subdir.mk
  17. -include User/BSP/base/subdir.mk
  18. -include User/BSP/LED/subdir.mk
  19. -include User/BSP/subdir.mk
  20. -include Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
  21. -include Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
  22. -include Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
  23. -include Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
  24. -include Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
  25. -include Core/ThreadSafe/subdir.mk
  26. -include Core/Startup/subdir.mk
  27. -include Core/Src/subdir.mk
  28. -include objects.mk
  29. ifneq ($(MAKECMDGOALS),clean)
  30. ifneq ($(strip $(CC_DEPS)),)
  31. -include $(CC_DEPS)
  32. endif
  33. ifneq ($(strip $(C++_DEPS)),)
  34. -include $(C++_DEPS)
  35. endif
  36. ifneq ($(strip $(CCM_DEPS)),)
  37. -include $(CCM_DEPS)
  38. endif
  39. ifneq ($(strip $(C_UPPER_DEPS)),)
  40. -include $(C_UPPER_DEPS)
  41. endif
  42. ifneq ($(strip $(CXX_DEPS)),)
  43. -include $(CXX_DEPS)
  44. endif
  45. ifneq ($(strip $(S_DEPS)),)
  46. -include $(S_DEPS)
  47. endif
  48. ifneq ($(strip $(S_UPPER_DEPS)),)
  49. -include $(S_UPPER_DEPS)
  50. endif
  51. ifneq ($(strip $(CXXM_DEPS)),)
  52. -include $(CXXM_DEPS)
  53. endif
  54. ifneq ($(strip $(C++M_DEPS)),)
  55. -include $(C++M_DEPS)
  56. endif
  57. ifneq ($(strip $(C_DEPS)),)
  58. -include $(C_DEPS)
  59. endif
  60. ifneq ($(strip $(CPP_DEPS)),)
  61. -include $(CPP_DEPS)
  62. endif
  63. endif
  64. -include ../makefile.defs
  65. OPTIONAL_TOOL_DEPS := \
  66. $(wildcard ../makefile.defs) \
  67. $(wildcard ../makefile.init) \
  68. $(wildcard ../makefile.targets) \
  69. BUILD_ARTIFACT_NAME := STM32F429GT6
  70. BUILD_ARTIFACT_EXTENSION := elf
  71. BUILD_ARTIFACT_PREFIX :=
  72. BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)
  73. # Add inputs and outputs from these tool invocations to the build variables
  74. EXECUTABLES += \
  75. STM32F429GT6.elf \
  76. MAP_FILES += \
  77. STM32F429GT6.map \
  78. SIZE_OUTPUT += \
  79. default.size.stdout \
  80. OBJDUMP_LIST += \
  81. STM32F429GT6.list \
  82. # All Target
  83. all: main-build
  84. # Main-build Target
  85. main-build: STM32F429GT6.elf secondary-outputs
  86. # Tool invocations
  87. STM32F429GT6.elf STM32F429GT6.map: $(OBJS) $(USER_OBJS) D:\code\stm32\SubSpray\kkk\SubSpray\SubSpray_STM32F429GT6\STM32F429ZGTX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
  88. arm-none-eabi-g++ -o "STM32F429GT6.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"D:\code\stm32\SubSpray\kkk\SubSpray\SubSpray_STM32F429GT6\STM32F429ZGTX_FLASH.ld" -Wl,-Map="STM32F429GT6.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group
  89. @echo 'Finished building target: $@'
  90. @echo ' '
  91. default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
  92. arm-none-eabi-size $(EXECUTABLES)
  93. @echo 'Finished building: $@'
  94. @echo ' '
  95. STM32F429GT6.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
  96. arm-none-eabi-objdump -h -S $(EXECUTABLES) > "STM32F429GT6.list"
  97. @echo 'Finished building: $@'
  98. @echo ' '
  99. # Other Targets
  100. clean:
  101. -$(RM) STM32F429GT6.elf STM32F429GT6.list STM32F429GT6.map default.size.stdout
  102. -@echo ' '
  103. secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST)
  104. fail-specified-linker-script-missing:
  105. @echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
  106. @exit 2
  107. warn-no-linker-script-specified:
  108. @echo 'Warning: No linker script specified. Check the linker settings in the build configuration.'
  109. .PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified
  110. -include ../makefile.targets