subdir.mk 890 B

123456789101112131415161718192021222324252627
  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. ../ModulePrimary/Module_PrimaryComm.c \
  7. ../ModulePrimary/PrimaryComm.c
  8. OBJS += \
  9. ./ModulePrimary/Module_PrimaryComm.o \
  10. ./ModulePrimary/PrimaryComm.o
  11. C_DEPS += \
  12. ./ModulePrimary/Module_PrimaryComm.d \
  13. ./ModulePrimary/PrimaryComm.d
  14. # Each subdirectory must supply rules for building sources it contributes
  15. ModulePrimary/%.o: ../ModulePrimary/%.c
  16. @echo 'Building file: $<'
  17. @echo 'Invoking: Cross GCC Compiler'
  18. arm-linux-gnueabihf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  19. @echo 'Finished building: $<'
  20. @echo ' '