stm32cubeide/STM32Board/Debug/Core/Startup/subdir.mk
Jochen Friedrich 55cde8b3cb Sync work
2021-03-27 18:26:32 +01:00

19 lines
777 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Core/Startup/startup_stm32f103c8tx.s
OBJS += \
./Core/Startup/startup_stm32f103c8tx.o
S_DEPS += \
./Core/Startup/startup_stm32f103c8tx.d
# Each subdirectory must supply rules for building sources it contributes
Core/Startup/startup_stm32f103c8tx.o: ../Core/Startup/startup_stm32f103c8tx.s
arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f103c8tx.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"