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