diff options
Diffstat (limited to 'simonnnnn/Debug/startup')
-rw-r--r-- | simonnnnn/Debug/startup/startup_stm32l053xx.o | bin | 0 -> 4264 bytes | |||
-rw-r--r-- | simonnnnn/Debug/startup/subdir.mk | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/simonnnnn/Debug/startup/startup_stm32l053xx.o b/simonnnnn/Debug/startup/startup_stm32l053xx.o Binary files differnew file mode 100644 index 0000000..9fa9602 --- /dev/null +++ b/simonnnnn/Debug/startup/startup_stm32l053xx.o 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 ' ' + + |