subdir.mk 885 B

123456789101112131415161718192021222324252627282930
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../board/Clock_Ip_Cfg.c \
  7. ../board/Clock_Ip_PBcfg.c \
  8. ../board/Port_Ci_Port_Ip_Cfg.c
  9. OBJS += \
  10. ./board/Clock_Ip_Cfg.o \
  11. ./board/Clock_Ip_PBcfg.o \
  12. ./board/Port_Ci_Port_Ip_Cfg.o
  13. C_DEPS += \
  14. ./board/Clock_Ip_Cfg.d \
  15. ./board/Clock_Ip_PBcfg.d \
  16. ./board/Port_Ci_Port_Ip_Cfg.d
  17. # Each subdirectory must supply rules for building sources it contributes
  18. board/%.o: ../board/%.c
  19. @echo 'Building file: $<'
  20. @echo 'Invoking: Standard S32DS C Compiler'
  21. arm-none-eabi-gcc "@board/Clock_Ip_Cfg.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  22. @echo 'Finished building: $<'
  23. @echo ' '