subdir.mk 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. ../APP/user_ws2812b.c \
  13. ../APP/ws2812b_spi.c
  14. C_DEPS += \
  15. ./APP/ch32v20x_it.d \
  16. ./APP/led.d \
  17. ./APP/peripheral.d \
  18. ./APP/peripheral_main.d \
  19. ./APP/system_ch32v20x.d \
  20. ./APP/user_ws2812b.d \
  21. ./APP/ws2812b_spi.d
  22. OBJS += \
  23. ./APP/ch32v20x_it.o \
  24. ./APP/led.o \
  25. ./APP/peripheral.o \
  26. ./APP/peripheral_main.o \
  27. ./APP/system_ch32v20x.o \
  28. ./APP/user_ws2812b.o \
  29. ./APP/ws2812b_spi.o
  30. EXPANDS += \
  31. ./APP/ch32v20x_it.c.234r.expand \
  32. ./APP/led.c.234r.expand \
  33. ./APP/peripheral.c.234r.expand \
  34. ./APP/peripheral_main.c.234r.expand \
  35. ./APP/system_ch32v20x.c.234r.expand \
  36. ./APP/user_ws2812b.c.234r.expand \
  37. ./APP/ws2812b_spi.c.234r.expand
  38. # Each subdirectory must supply rules for building sources it contributes
  39. APP/%.o: ../APP/%.c
  40. @ 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_UART3 -DCH32V20x_D8W -DWCHBLE_ROM=1 -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/OnlyUpdateApp_IAP/APP/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/OnlyUpdateApp_IAP/Profile/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/Library/HAL/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_LOCK_BASE_CAN/Library/LIB" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"