30 lines
1.1 KiB
Makefile
30 lines
1.1 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
|
|
S_UPPER_SRCS += \
|
|
../Startup/Startup_CH585_FreeRTOS.S
|
|
|
|
S_UPPER_DEPS += \
|
|
./Startup/Startup_CH585_FreeRTOS.d
|
|
|
|
OBJS += \
|
|
./Startup/Startup_CH585_FreeRTOS.o
|
|
|
|
DIR_OBJS += \
|
|
./Startup/*.o \
|
|
|
|
DIR_DEPS += \
|
|
./Startup/*.d \
|
|
|
|
DIR_EXPANDS += \
|
|
./Startup/*.253r.expand \
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Startup/%.o: ../Startup/%.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 "$@" "$<"
|
|
|