blob: 462d5de32f0f3ef1d0681561ccfd387605eecc6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../startup/startup_stm32l053xx.s
OBJS += \
./startup/startup_stm32l053xx.o
# Each subdirectory must supply rules for building sources it contributes
startup/%.o: ../startup/%.s
@echo 'Building file: $<'
@echo 'Invoking: MCU GCC Assembler'
@echo $(PWD)
arm-none-eabi-as -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -g -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
|