subdir.mk 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. ################################################################################
  2. # MRS Version: 2.2.0
  3. # Automatically-generated file. Do not edit!
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../components/server/download.c \
  8. ../components/server/upload.c \
  9. ../components/server/user_server.c
  10. C_DEPS += \
  11. ./components/server/download.d \
  12. ./components/server/upload.d \
  13. ./components/server/user_server.d
  14. OBJS += \
  15. ./components/server/download.o \
  16. ./components/server/upload.o \
  17. ./components/server/user_server.o
  18. EXPANDS += \
  19. ./components/server/download.c.234r.expand \
  20. ./components/server/upload.c.234r.expand \
  21. ./components/server/user_server.c.234r.expand
  22. # Each subdirectory must supply rules for building sources it contributes
  23. components/server/%.o: ../components/server/%.c
  24. @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -fmax-errors=20 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/User" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/User/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/components/ws2812b" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/components/user_uart" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/components/server" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_COLL_16/main/components/tools" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"