42 lines
1.5 KiB
Makefile
42 lines
1.5 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 += \
|
|
../User/lib/cifra/aes.c \
|
|
../User/lib/cifra/blockwise.c \
|
|
../User/lib/cifra/chash.c \
|
|
../User/lib/cifra/hmac.c \
|
|
../User/lib/cifra/sha256.c
|
|
|
|
C_DEPS += \
|
|
./User/lib/cifra/aes.d \
|
|
./User/lib/cifra/blockwise.d \
|
|
./User/lib/cifra/chash.d \
|
|
./User/lib/cifra/hmac.d \
|
|
./User/lib/cifra/sha256.d
|
|
|
|
OBJS += \
|
|
./User/lib/cifra/aes.o \
|
|
./User/lib/cifra/blockwise.o \
|
|
./User/lib/cifra/chash.o \
|
|
./User/lib/cifra/hmac.o \
|
|
./User/lib/cifra/sha256.o
|
|
|
|
DIR_OBJS += \
|
|
./User/lib/cifra/*.o \
|
|
|
|
DIR_DEPS += \
|
|
./User/lib/cifra/*.d \
|
|
|
|
DIR_EXPANDS += \
|
|
./User/lib/cifra/*.234r.expand \
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
User/lib/cifra/%.o: ../User/lib/cifra/%.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 "$@" "$<"
|
|
|