subdir.mk 629 B

1234567891011121314151617
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. S_SRCS += \
  6. ../Startup/startup_stm32f410rbtx.s
  7. OBJS += \
  8. ./Startup/startup_stm32f410rbtx.o
  9. # Each subdirectory must supply rules for building sources it contributes
  10. Startup/%.o: ../Startup/%.s
  11. 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 "$@" "$<"