subdir.mk 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ################################################################################
  2. # MRS Version: 2.2.0
  3. # Automatically-generated file. Do not edit!
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../APP/ch32v20x_it.c \
  8. ../APP/led.c \
  9. ../APP/peripheral.c \
  10. ../APP/peripheral_main.c \
  11. ../APP/system_ch32v20x.c
  12. C_DEPS += \
  13. ./APP/ch32v20x_it.d \
  14. ./APP/led.d \
  15. ./APP/peripheral.d \
  16. ./APP/peripheral_main.d \
  17. ./APP/system_ch32v20x.d
  18. OBJS += \
  19. ./APP/ch32v20x_it.o \
  20. ./APP/led.o \
  21. ./APP/peripheral.o \
  22. ./APP/peripheral_main.o \
  23. ./APP/system_ch32v20x.o
  24. EXPANDS += \
  25. ./APP/ch32v20x_it.c.234r.expand \
  26. ./APP/led.c.234r.expand \
  27. ./APP/peripheral.c.234r.expand \
  28. ./APP/peripheral_main.c.234r.expand \
  29. ./APP/system_ch32v20x.c.234r.expand
  30. # Each subdirectory must supply rules for building sources it contributes
  31. APP/%.o: ../APP/%.c
  32. @ 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 "$@" "$<"