| 12345678910111213141516171819202122 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- S_SRCS += \
- ../startup/startup_stm32f401xc.s
- OBJS += \
- ./startup/startup_stm32f401xc.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-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|