You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
883 B
Makefile

################################################################################
# MRS Version: 1.9.1
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_UPPER_SRCS += \
../Startup/startup_ch32v00x.S
OBJS += \
./Startup/startup_ch32v00x.o
S_UPPER_DEPS += \
./Startup/startup_ch32v00x.d
# Each subdirectory must supply rules for building sources it contributes
Startup/%.o: ../Startup/%.S
@ @ riscv-none-embed-gcc -march=rv32ecxw -mabi=ilp32e -msmall-data-limit=0 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -x assembler-with-cpp -I"D:\NCloud\Projects\PELT_1005_WCH_FW\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @