mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 14:20:50 +02:00
20 lines
800 B
Makefile
20 lines
800 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_SRCS += \
|
|
../Core/Startup/startup_stm32l010c6tx.s
|
|
|
|
OBJS += \
|
|
./Core/Startup/startup_stm32l010c6tx.o
|
|
|
|
S_DEPS += \
|
|
./Core/Startup/startup_stm32l010c6tx.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
|
arm-none-eabi-gcc -mcpu=cortex-m0plus -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
|
|