| 12345678910111213141516171819202122232425 |
- ################################################################################
- # 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 += \
- ../components/check/user_check.c
- C_DEPS += \
- ./components/check/user_check.d
- OBJS += \
- ./components/check/user_check.o
- EXPANDS += \
- ./components/check/user_check.c.253r.expand
- # Each subdirectory must supply rules for building sources it contributes
- components/check/%.o: ../components/check/%.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 "$@" "$<"
|