Debug/Core/Startup/subdir.mk (984B)
1 ################################################################################ 2 # Automatically-generated file. Do not edit! 3 # Toolchain: GNU Tools for STM32 (12.3.rel1) 4 ################################################################################ 5 6 # Add inputs and outputs from these tool invocations to the build variables 7 S_SRCS += \ 8 ../Core/Startup/startup_stm32f103rbtx.s 9 10 OBJS += \ 11 ./Core/Startup/startup_stm32f103rbtx.o 12 13 S_DEPS += \ 14 ./Core/Startup/startup_stm32f103rbtx.d 15 16 17 # Each subdirectory must supply rules for building sources it contributes 18 Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk 19 arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<" 20 21 clean: clean-Core-2f-Startup 22 23 clean-Core-2f-Startup: 24 -$(RM) ./Core/Startup/startup_stm32f103rbtx.d ./Core/Startup/startup_stm32f103rbtx.o 25 26 .PHONY: clean-Core-2f-Startup 27
