Files
CE2812-Workspace/labW4barnestr/Debug/Startup/subdir.mk
2022-01-21 14:53:11 -06:00

28 lines
913 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Startup/startup_stm32f446retx.s
OBJS += \
./Startup/startup_stm32f446retx.o
S_DEPS += \
./Startup/startup_stm32f446retx.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 -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_stm32f446retx.d ./Startup/startup_stm32f446retx.o
.PHONY: clean-Startup