mirror of
https://github.com/armbian/mpads.git
synced 2026-01-06 10:32:31 -08:00
20 lines
777 B
Makefile
20 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_stm32f103rctx.s
|
|
|
|
OBJS += \
|
|
./Core/Startup/startup_stm32f103rctx.o
|
|
|
|
S_DEPS += \
|
|
./Core/Startup/startup_stm32f103rctx.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Core/Startup/startup_stm32f103rctx.o: ../Core/Startup/startup_stm32f103rctx.s
|
|
arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f103rctx.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
|
|