1234567891011121314151617 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- S_SRCS += \
- ../Startup/startup_stm32f410rbtx.s
- OBJS += \
- ./Startup/startup_stm32f410rbtx.o
- # Each subdirectory must supply rules for building sources it contributes
- Startup/%.o: ../Startup/%.s
- arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -c -I../ -x assembler-with-cpp --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|