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.
27 lines
981 B
27 lines
981 B
################################################################################ |
|
# Automatically-generated file. Do not edit! |
|
# Toolchain: GNU Tools for STM32 (10.3-2021.10) |
|
################################################################################ |
|
|
|
# Add inputs and outputs from these tool invocations to the build variables |
|
S_SRCS += \ |
|
../Core/Startup/startup_stm32f746nghx.s |
|
|
|
S_DEPS += \ |
|
./Core/Startup/startup_stm32f746nghx.d |
|
|
|
OBJS += \ |
|
./Core/Startup/startup_stm32f746nghx.o |
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes |
|
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk |
|
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-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<" |
|
|
|
clean: clean-Core-2f-Startup |
|
|
|
clean-Core-2f-Startup: |
|
-$(RM) ./Core/Startup/startup_stm32f746nghx.d ./Core/Startup/startup_stm32f746nghx.o |
|
|
|
.PHONY: clean-Core-2f-Startup |
|
|
|
|