subdir.mk 937 B

12345678910111213141516171819202122232425
  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. 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. EXPANDS += \
  13. ./Startup/startup_ch32v20x_D8W.S.234r.expand
  14. # Each subdirectory must supply rules for building sources it contributes
  15. Startup/%.o: ../Startup/%.S
  16. @ 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 "$@" "$<"