28 lines
896 B
Makefile
28 lines
896 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (13.3.rel1)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_SRCS += \
|
|
../startup/startup_stm32f407xx.s
|
|
|
|
OBJS += \
|
|
./startup/startup_stm32f407xx.o
|
|
|
|
S_DEPS += \
|
|
./startup/startup_stm32f407xx.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_stm32f407xx.d ./startup/startup_stm32f407xx.o
|
|
|
|
.PHONY: clean-startup
|
|
|