################################################################################ # MRS Version: {"version":"1.8.5","date":"2023/05/22"} # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../DRV/drv_adc.c \ ../DRV/drv_i2c.c \ ../DRV/drv_led.c \ ../DRV/drv_tim.c \ ../DRV/drv_usart.c OBJS += \ ./DRV/drv_adc.o \ ./DRV/drv_i2c.o \ ./DRV/drv_led.o \ ./DRV/drv_tim.o \ ./DRV/drv_usart.o C_DEPS += \ ./DRV/drv_adc.d \ ./DRV/drv_i2c.d \ ./DRV/drv_led.d \ ./DRV/drv_tim.d \ ./DRV/drv_usart.d # Each subdirectory must supply rules for building sources it contributes DRV/%.o: ../DRV/%.c @ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -DCH32V20x_D8W -I"D:\2_code\4_ch\CH32V208WBU6\Debug" -I"D:\2_code\4_ch\CH32V208WBU6\DRV" -I"D:\2_code\4_ch\CH32V208WBU6\Core" -I"D:\2_code\4_ch\CH32V208WBU6\User" -I"D:\2_code\4_ch\CH32V208WBU6\Peripheral\inc" -I"D:\2_code\4_ch\CH32V208WBU6\APP" -I"D:\2_code\4_ch\CH32V208WBU6\BSP" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" @ @