| 123456789101112131415161718192021222324252627282930313233 |
- ################################################################################
- # MRS Version: 2.2.0
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../User/ch32v00X_it.c \
- ../User/main.c \
- ../User/system_ch32v00X.c
- C_DEPS += \
- ./User/ch32v00X_it.d \
- ./User/main.d \
- ./User/system_ch32v00X.d
- OBJS += \
- ./User/ch32v00X_it.o \
- ./User/main.o \
- ./User/system_ch32v00X.o
- EXPANDS += \
- ./User/ch32v00X_it.c.253r.expand \
- ./User/main.c.253r.expand \
- ./User/system_ch32v00X.c.253r.expand
- # Each subdirectory must supply rules for building sources it contributes
- User/%.o: ../User/%.c
- @ riscv-wch-elf-gcc -march=rv32ec_zmmul_xw -mabi=ilp32e -msmall-data-limit=0 -msave-restore -fmax-errors=20 -Os -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_IR_CHECK/main/User/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/main/components/check" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/main/components/server" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/main/components/tools" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_IR_CHECK/main/components/user_uart" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|