| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- ################################################################################
- # 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 += \
- ../APP/ch32v20x_it.c \
- ../APP/led.c \
- ../APP/peripheral.c \
- ../APP/peripheral_main.c \
- ../APP/system_ch32v20x.c
- C_DEPS += \
- ./APP/ch32v20x_it.d \
- ./APP/led.d \
- ./APP/peripheral.d \
- ./APP/peripheral_main.d \
- ./APP/system_ch32v20x.d
- OBJS += \
- ./APP/ch32v20x_it.o \
- ./APP/led.o \
- ./APP/peripheral.o \
- ./APP/peripheral_main.o \
- ./APP/system_ch32v20x.o
- EXPANDS += \
- ./APP/ch32v20x_it.c.234r.expand \
- ./APP/led.c.234r.expand \
- ./APP/peripheral.c.234r.expand \
- ./APP/peripheral_main.c.234r.expand \
- ./APP/system_ch32v20x.c.234r.expand
- # Each subdirectory must supply rules for building sources it contributes
- APP/%.o: ../APP/%.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 -DBLE_BUFF_MAX_LEN=251 -DCLK_OSC32K=0 -DDEBUG=DEBUG_UART1 -DCH32V20x_D8W -DWCHBLE_ROM=1 -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/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/OnlyUpdateApp_IAP/APP/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/OnlyUpdateApp_IAP/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" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|