28 lines
1019 B
Makefile
Executable File
28 lines
1019 B
Makefile
Executable File
################################################################################
|
|
# 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 += \
|
|
../Core/Startup/startup_stm32f107vctx.s
|
|
|
|
S_DEPS += \
|
|
./Core/Startup/startup_stm32f107vctx.d
|
|
|
|
OBJS += \
|
|
./Core/Startup/startup_stm32f107vctx.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-m3 -g3 -DDEBUG -c -I/Users/colorbass/STM32CubeIDE/workspace_1.12.0/lib_EDCAN -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
|
|
|
clean: clean-Core-2f-Startup
|
|
|
|
clean-Core-2f-Startup:
|
|
-$(RM) ./Core/Startup/startup_stm32f107vctx.d ./Core/Startup/startup_stm32f107vctx.o
|
|
|
|
.PHONY: clean-Core-2f-Startup
|
|
|