################################################################################ # MRS Version: 1.9.2 # 自动生成的文件。不要编辑! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../Debug/debug.c \ ../Debug/dvp.c \ ../Debug/mini212g2.c OBJS += \ ./Debug/debug.o \ ./Debug/dvp.o \ ./Debug/mini212g2.o C_DEPS += \ ./Debug/debug.d \ ./Debug/dvp.d \ ./Debug/mini212g2.d # Each subdirectory must supply rules for building sources it contributes Debug/%.o: ../Debug/%.c @ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\NetLib" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Core" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Debug" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Peripheral\inc" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\User" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Middle\QDXnetworkStack" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\FreeRTOS\include" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\FreeRTOS\portable\GCC\RISC-V" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" @ @