30 lines
1.0 KiB
Makefile
30 lines
1.0 KiB
Makefile
################################################################################
|
|
# MRS Version: 2.4.0
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_UPPER_SRCS += \
|
|
../Startup/startup_ch32v30x_D8C.S
|
|
|
|
S_UPPER_DEPS += \
|
|
./Startup/startup_ch32v30x_D8C.d
|
|
|
|
OBJS += \
|
|
./Startup/startup_ch32v30x_D8C.o
|
|
|
|
DIR_OBJS += \
|
|
./Startup/*.o \
|
|
|
|
DIR_DEPS += \
|
|
./Startup/*.d \
|
|
|
|
DIR_EXPANDS += \
|
|
./Startup/*.234r.expand \
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Startup/%.o: ../Startup/%.S
|
|
@ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -x assembler-with-cpp -I"/home/bruno/mounriver-studio-projects/meshcorenortos/Startup" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
|