| 12345678910111213141516171819202122232425262728293031323334353637 |
- ################################################################################
- # 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/app_main.c \
- ../User/ch32v20x_it.c \
- ../User/peripheral.c \
- ../User/system_ch32v20x.c
- C_DEPS += \
- ./User/app_main.d \
- ./User/ch32v20x_it.d \
- ./User/peripheral.d \
- ./User/system_ch32v20x.d
- OBJS += \
- ./User/app_main.o \
- ./User/ch32v20x_it.o \
- ./User/peripheral.o \
- ./User/system_ch32v20x.o
- EXPANDS += \
- ./User/app_main.c.234r.expand \
- ./User/ch32v20x_it.c.234r.expand \
- ./User/peripheral.c.234r.expand \
- ./User/system_ch32v20x.c.234r.expand
- # Each subdirectory must supply rules for building sources it contributes
- User/%.o: ../User/%.c
- @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -g -DDEBUG=DEBUG_UART3 -DWCHBLE_ROM=1 -DCH32V20x_D8W -DCLK_OSC32K=0 -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/Startup" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/led" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/action" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/electlock" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/config" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/tools" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/can" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/Lib" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/User/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/Profile/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/HAL/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/LIB" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/can" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/User/app_drv_fifo" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/ws2812b" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|