22 lines
1.0 KiB
Makefile
22 lines
1.0 KiB
Makefile
################################################################################
|
|
# MRS Version: 1.9.0
|
|
# 自动生成的文件。不要编辑!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_UPPER_SRCS += \
|
|
D:/Project/MINI212/ALL/soft/CH32V307EVT/EVT/EXAM/SRC/Startup/startup_ch32v30x_D8C.S
|
|
|
|
OBJS += \
|
|
./Startup/startup_ch32v30x_D8C.o
|
|
|
|
S_UPPER_DEPS += \
|
|
./Startup/startup_ch32v30x_D8C.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Startup/startup_ch32v30x_D8C.o: D:/Project/MINI212/ALL/soft/CH32V307EVT/EVT/EXAM/SRC/Startup/startup_ch32v30x_D8C.S
|
|
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -x assembler-with-cpp -I"D:\Project\MINI212\ALL\soft\CH32V307EVT\EVT\EXAM\SRC\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
|