22 lines
922 B
Makefile
22 lines
922 B
Makefile
################################################################################
|
|
# MRS Version: {"version":"1.8.5","date":"2023/05/22"}
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_UPPER_SRCS += \
|
|
../Startup/startup_ch32v20x_D8W.S
|
|
|
|
OBJS += \
|
|
./Startup/startup_ch32v20x_D8W.o
|
|
|
|
S_UPPER_DEPS += \
|
|
./Startup/startup_ch32v20x_D8W.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Startup/%.o: ../Startup/%.S
|
|
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -x assembler-with-cpp -I"D:\2_code\4_ch\CH32V208WBU6\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
|