subdir.mk 866 B

123456789101112131415161718192021222324
  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/portable/GCC/ARM_CM4F/port.c
  7. OBJS += \
  8. ./FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o
  9. C_DEPS += \
  10. ./FreeRTOS/Source/portable/GCC/ARM_CM4F/port.d
  11. # Each subdirectory must supply rules for building sources it contributes
  12. FreeRTOS/Source/portable/GCC/ARM_CM4F/%.o: ../FreeRTOS/Source/portable/GCC/ARM_CM4F/%.c
  13. @echo 'Building file: $<'
  14. @echo 'Invoking: Standard S32DS C Compiler'
  15. arm-none-eabi-gcc "@FreeRTOS/Source/portable/GCC/ARM_CM4F/port.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  16. @echo 'Finished building: $<'
  17. @echo ' '