32 lines
1.9 KiB
Makefile
32 lines
1.9 KiB
Makefile
################################################################################
|
|
# MRS Version: 1.9.2
|
|
# 自动生成的文件。不要编辑!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../FreeRTOS/portable/GCC/RISC-V/port.c
|
|
|
|
S_UPPER_SRCS += \
|
|
../FreeRTOS/portable/GCC/RISC-V/portASM.S
|
|
|
|
OBJS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/port.o \
|
|
./FreeRTOS/portable/GCC/RISC-V/portASM.o
|
|
|
|
S_UPPER_DEPS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/portASM.d
|
|
|
|
C_DEPS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/port.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
FreeRTOS/portable/GCC/RISC-V/%.o: ../FreeRTOS/portable/GCC/RISC-V/%.c
|
|
@ @ 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 -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\NetLib" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Core" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Debug" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Peripheral\inc" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\User" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Middle\QDXnetworkStack" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\FreeRTOS\include" -I"F:\1_Projects\2026\zj\Code\Project_Ch32v307\FreeRTOS\portable\GCC\RISC-V" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
FreeRTOS/portable/GCC/RISC-V/%.o: ../FreeRTOS/portable/GCC/RISC-V/%.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"F:\1_Projects\2026\zj\Code\Project_Ch32v307\Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
|