Files
2026-06-26 00:25:59 +02:00

30 lines
1.1 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
C_SRCS += \
../Core/core_riscv.c
C_DEPS += \
./Core/core_riscv.d
OBJS += \
./Core/core_riscv.o
DIR_OBJS += \
./Core/*.o \
DIR_DEPS += \
./Core/*.d \
DIR_EXPANDS += \
./Core/*.234r.expand \
# Each subdirectory must supply rules for building sources it contributes
Core/%.o: ../Core/%.c
@ 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 -I"/home/bruno/mounriver-studio-projects/meshcorenortos/Debug" -I"/home/bruno/mounriver-studio-projects/meshcorenortos/Core" -I"/home/bruno/mounriver-studio-projects/meshcorenortos/User" -I"/home/bruno/mounriver-studio-projects/meshcorenortos/Peripheral/inc" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"