subdir.mk
730 Bytes
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Core/Startup/startup_stm32f030c8tx.s
OBJS += \
./Core/Startup/startup_stm32f030c8tx.o
# Each subdirectory must supply rules for building sources it contributes
Core/Startup/%.o: ../Core/Startup/%.s
arm-none-eabi-gcc -mcpu=cortex-m0 -g3 -c -I"F:/IoT/STM32/workspace/STM32Test/Core/Src/LED" -I../Core/Inc/Hardware -I../Core/Inc/LED -x assembler-with-cpp --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"