subdir.mk 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. ../Project_Settings/Startup_Code/Vector_Table.s \
  7. ../Project_Settings/Startup_Code/startup_cm4.s
  8. C_SRCS += \
  9. ../Project_Settings/Startup_Code/exceptions.c \
  10. ../Project_Settings/Startup_Code/nvic.c \
  11. ../Project_Settings/Startup_Code/startup.c \
  12. ../Project_Settings/Startup_Code/system.c
  13. OBJS += \
  14. ./Project_Settings/Startup_Code/Vector_Table.o \
  15. ./Project_Settings/Startup_Code/exceptions.o \
  16. ./Project_Settings/Startup_Code/nvic.o \
  17. ./Project_Settings/Startup_Code/startup.o \
  18. ./Project_Settings/Startup_Code/startup_cm4.o \
  19. ./Project_Settings/Startup_Code/system.o
  20. C_DEPS += \
  21. ./Project_Settings/Startup_Code/exceptions.d \
  22. ./Project_Settings/Startup_Code/nvic.d \
  23. ./Project_Settings/Startup_Code/startup.d \
  24. ./Project_Settings/Startup_Code/system.d
  25. # Each subdirectory must supply rules for building sources it contributes
  26. Project_Settings/Startup_Code/%.o: ../Project_Settings/Startup_Code/%.s
  27. @echo 'Building file: $<'
  28. @echo 'Invoking: Standard S32DS Assembler'
  29. arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "$@" "$<"
  30. @echo 'Finished building: $<'
  31. @echo ' '
  32. Project_Settings/Startup_Code/%.o: ../Project_Settings/Startup_Code/%.c
  33. @echo 'Building file: $<'
  34. @echo 'Invoking: Standard S32DS C Compiler'
  35. arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  36. @echo 'Finished building: $<'
  37. @echo ' '