| 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/motor/action_motor.c \
- ../components/motor/motor.c
- C_DEPS += \
- ./components/motor/action_motor.d \
- ./components/motor/motor.d
- OBJS += \
- ./components/motor/action_motor.o \
- ./components/motor/motor.o
- EXPANDS += \
- ./components/motor/action_motor.c.234r.expand \
- ./components/motor/motor.c.234r.expand
- # Each subdirectory must supply rules for building sources it contributes
- components/motor/%.o: ../components/motor/%.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_USART3 -DWCHBLE_ROM=1 -DCH32V20x_D8W -DCLK_OSC32K=1 -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/old_protocol" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/action" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/motor" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/config" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/tools" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/ttl_sensor" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/Lib" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/User/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/Profile/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/Library/HAL/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/Library/LIB" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/components/npn" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/User/ble_uart_service" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/key_base_can/mainboard/User/app_drv_fifo" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|