subdir.mk 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ../FreeRTOS/Source/croutine.c \
  7. ../FreeRTOS/Source/event_groups.c \
  8. ../FreeRTOS/Source/list.c \
  9. ../FreeRTOS/Source/queue.c \
  10. ../FreeRTOS/Source/stream_buffer.c \
  11. ../FreeRTOS/Source/tasks.c \
  12. ../FreeRTOS/Source/timers.c
  13. OBJS += \
  14. ./FreeRTOS/Source/croutine.o \
  15. ./FreeRTOS/Source/event_groups.o \
  16. ./FreeRTOS/Source/list.o \
  17. ./FreeRTOS/Source/queue.o \
  18. ./FreeRTOS/Source/stream_buffer.o \
  19. ./FreeRTOS/Source/tasks.o \
  20. ./FreeRTOS/Source/timers.o
  21. C_DEPS += \
  22. ./FreeRTOS/Source/croutine.d \
  23. ./FreeRTOS/Source/event_groups.d \
  24. ./FreeRTOS/Source/list.d \
  25. ./FreeRTOS/Source/queue.d \
  26. ./FreeRTOS/Source/stream_buffer.d \
  27. ./FreeRTOS/Source/tasks.d \
  28. ./FreeRTOS/Source/timers.d
  29. # Each subdirectory must supply rules for building sources it contributes
  30. FreeRTOS/Source/%.o: ../FreeRTOS/Source/%.c
  31. @echo 'Building file: $<'
  32. @echo 'Invoking: Standard S32DS C Compiler'
  33. arm-none-eabi-gcc "@FreeRTOS/Source/croutine.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  34. @echo 'Finished building: $<'
  35. @echo ' '