From bc481107298791bf0efd984ecc53dc92b8719878 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 26 Jan 2021 18:26:26 +0100 Subject: Insertion du projet dans sa totalité MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simonnnnn/Debug/startup/subdir.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 simonnnnn/Debug/startup/subdir.mk (limited to 'simonnnnn/Debug/startup/subdir.mk') diff --git a/simonnnnn/Debug/startup/subdir.mk b/simonnnnn/Debug/startup/subdir.mk new file mode 100644 index 0000000..462d5de --- /dev/null +++ b/simonnnnn/Debug/startup/subdir.mk @@ -0,0 +1,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 ' ' + + -- cgit v1.2.3