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