123456789101112131415161718192021222324252627282930 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../board/Clock_Ip_Cfg.c \
- ../board/Clock_Ip_PBcfg.c \
- ../board/Port_Ci_Port_Ip_Cfg.c
- OBJS += \
- ./board/Clock_Ip_Cfg.o \
- ./board/Clock_Ip_PBcfg.o \
- ./board/Port_Ci_Port_Ip_Cfg.o
- C_DEPS += \
- ./board/Clock_Ip_Cfg.d \
- ./board/Clock_Ip_PBcfg.d \
- ./board/Port_Ci_Port_Ip_Cfg.d
- # Each subdirectory must supply rules for building sources it contributes
- board/%.o: ../board/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Standard S32DS C Compiler'
- arm-none-eabi-gcc "@board/Clock_Ip_Cfg.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|