28 lines
917 B
Makefile
28 lines
917 B
Makefile
################################################################################
|
|
# 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 += \
|
|
../Startup/startup_stm32f429zitx.s
|
|
|
|
OBJS += \
|
|
./Startup/startup_stm32f429zitx.o
|
|
|
|
S_DEPS += \
|
|
./Startup/startup_stm32f429zitx.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Startup/%.o: ../Startup/%.s Startup/subdir.mk
|
|
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
|
|
|
clean: clean-Startup
|
|
|
|
clean-Startup:
|
|
-$(RM) ./Startup/startup_stm32f429zitx.d ./Startup/startup_stm32f429zitx.o
|
|
|
|
.PHONY: clean-Startup
|
|
|