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