subdir.mk 982 B

123456789101112131415161718192021222324252627
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (9-2020-q2-update)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. S_SRCS += \
  7. ../Core/Startup/startup_stm32h723zgtx.s
  8. OBJS += \
  9. ./Core/Startup/startup_stm32h723zgtx.o
  10. S_DEPS += \
  11. ./Core/Startup/startup_stm32h723zgtx.d
  12. # Each subdirectory must supply rules for building sources it contributes
  13. Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
  14. arm-none-eabi-gcc -mcpu=cortex-m7 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
  15. clean: clean-Core-2f-Startup
  16. clean-Core-2f-Startup:
  17. -$(RM) ./Core/Startup/startup_stm32h723zgtx.d ./Core/Startup/startup_stm32h723zgtx.o
  18. .PHONY: clean-Core-2f-Startup