subdir.mk 713 B

12345678910111213141516171819202122
  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_stm32f401xc.s
  7. OBJS += \
  8. ./startup/startup_stm32f401xc.o
  9. # Each subdirectory must supply rules for building sources it contributes
  10. startup/%.o: ../startup/%.s
  11. @echo 'Building file: $<'
  12. @echo 'Invoking: MCU GCC Assembler'
  13. @echo $(PWD)
  14. arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "$@" "$<"
  15. @echo 'Finished building: $<'
  16. @echo ' '