subdir.mk 985 B

1234567891011121314151617181920212223242526272829
  1. ################################################################################
  2. # MRS Version: 2.3.0
  3. # Automatically-generated file. Do not edit!
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. S_UPPER_SRCS += \
  7. ../Startup/startup_ch32v20x_D8W.S
  8. S_UPPER_DEPS += \
  9. ./Startup/startup_ch32v20x_D8W.d
  10. OBJS += \
  11. ./Startup/startup_ch32v20x_D8W.o
  12. DIR_OBJS += \
  13. ./Startup/*.o \
  14. DIR_DEPS += \
  15. ./Startup/*.d \
  16. DIR_EXPANDS += \
  17. ./Startup/*.234r.expand \
  18. # Each subdirectory must supply rules for building sources it contributes
  19. Startup/%.o: ../Startup/%.S
  20. @ 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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"