40 lines
2.0 KiB
Makefile
40 lines
2.0 KiB
Makefile
################################################################################
|
|
# MRS Version: 2.3.0
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../FreeRTOS/portable/GCC/RISC-V/port.c
|
|
|
|
C_DEPS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/port.d
|
|
|
|
S_UPPER_SRCS += \
|
|
../FreeRTOS/portable/GCC/RISC-V/portASM.S
|
|
|
|
S_UPPER_DEPS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/portASM.d
|
|
|
|
OBJS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/port.o \
|
|
./FreeRTOS/portable/GCC/RISC-V/portASM.o
|
|
|
|
DIR_OBJS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/*.o \
|
|
|
|
DIR_DEPS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/*.d \
|
|
|
|
DIR_EXPANDS += \
|
|
./FreeRTOS/portable/GCC/RISC-V/*.253r.expand \
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
FreeRTOS/portable/GCC/RISC-V/%.o: ../FreeRTOS/portable/GCC/RISC-V/%.c
|
|
@ riscv-wch-elf-gcc -march=rv32imc_zba_zbb_zbc_zbs_xw -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common --param=highcode-gen-section-name=1 -g -DDEBUG=0 -I"f:/work/other/CH585_TEST/Startup" -I"f:/work/other/CH585_TEST/FreeRTOS/portable/GCC/RISC-V" -I"f:/work/other/CH585_TEST/FreeRTOS/portable" -I"f:/work/other/CH585_TEST/FreeRTOS/include" -I"f:/work/other/CH585_TEST/FreeRTOS" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
|
|
FreeRTOS/portable/GCC/RISC-V/%.o: ../FreeRTOS/portable/GCC/RISC-V/%.S
|
|
@ riscv-wch-elf-gcc -march=rv32imc_zba_zbb_zbc_zbs_xw -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common --param=highcode-gen-section-name=1 -g -x assembler-with-cpp -DENABLE_INTERRUPT_NEST=1 -I"f:/work/other/CH585_TEST/FreeRTOS" -I"f:/work/other/CH585_TEST/Startup" -I"f:/work/other/CH585_TEST/FreeRTOS/portable/GCC/RISC-V" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
|