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