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