2024-07-11 06:58:55 +00:00
|
|
|
|
################################################################################
|
|
|
|
|
# MRS Version: 1.9.0
|
|
|
|
|
# <20>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ɵ<EFBFBD><C9B5>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>༭<EFBFBD><E0BCAD>
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
|
S_UPPER_SRCS += \
|
|
|
|
|
../Startup/startup_ch32l103.S
|
|
|
|
|
|
|
|
|
|
OBJS += \
|
|
|
|
|
./Startup/startup_ch32l103.o
|
|
|
|
|
|
|
|
|
|
S_UPPER_DEPS += \
|
|
|
|
|
./Startup/startup_ch32l103.d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
|
|
|
Startup/%.o: ../Startup/%.S
|
2024-07-12 01:19:43 +00:00
|
|
|
|
@ @ 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:\psx\MPPT\git\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
2024-07-11 06:58:55 +00:00
|
|
|
|
@ @
|
|
|
|
|
|