init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
User/lib/cifra/aes.o: ../User/lib/cifra/aes.c \
|
||||
../User/lib/cifra/cf_config.h ../User/lib/cifra/aes.h \
|
||||
../User/lib/cifra/prp.h ../User/lib/cifra/handy.h \
|
||||
../User/lib/cifra/bitops.h ../User/lib/cifra/tassert.h
|
||||
|
||||
../User/lib/cifra/cf_config.h:
|
||||
|
||||
../User/lib/cifra/aes.h:
|
||||
|
||||
../User/lib/cifra/prp.h:
|
||||
|
||||
../User/lib/cifra/handy.h:
|
||||
|
||||
../User/lib/cifra/bitops.h:
|
||||
|
||||
../User/lib/cifra/tassert.h:
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
User/lib/cifra/blockwise.o: ../User/lib/cifra/blockwise.c \
|
||||
../User/lib/cifra/blockwise.h ../User/lib/cifra/bitops.h \
|
||||
../User/lib/cifra/handy.h ../User/lib/cifra/tassert.h
|
||||
|
||||
../User/lib/cifra/blockwise.h:
|
||||
|
||||
../User/lib/cifra/bitops.h:
|
||||
|
||||
../User/lib/cifra/handy.h:
|
||||
|
||||
../User/lib/cifra/tassert.h:
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
User/lib/cifra/chash.o: ../User/lib/cifra/chash.c \
|
||||
../User/lib/cifra/chash.h ../User/lib/cifra/handy.h \
|
||||
../User/lib/cifra/tassert.h
|
||||
|
||||
../User/lib/cifra/chash.h:
|
||||
|
||||
../User/lib/cifra/handy.h:
|
||||
|
||||
../User/lib/cifra/tassert.h:
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
User/lib/cifra/hmac.o: ../User/lib/cifra/hmac.c ../User/lib/cifra/hmac.h \
|
||||
../User/lib/cifra/chash.h ../User/lib/cifra/bitops.h \
|
||||
../User/lib/cifra/handy.h ../User/lib/cifra/tassert.h \
|
||||
../User/lib/cifra/sha2.h
|
||||
|
||||
../User/lib/cifra/hmac.h:
|
||||
|
||||
../User/lib/cifra/chash.h:
|
||||
|
||||
../User/lib/cifra/bitops.h:
|
||||
|
||||
../User/lib/cifra/handy.h:
|
||||
|
||||
../User/lib/cifra/tassert.h:
|
||||
|
||||
../User/lib/cifra/sha2.h:
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
User/lib/cifra/sha256.o: ../User/lib/cifra/sha256.c \
|
||||
../User/lib/cifra/sha2.h ../User/lib/cifra/chash.h \
|
||||
../User/lib/cifra/blockwise.h ../User/lib/cifra/bitops.h \
|
||||
../User/lib/cifra/handy.h ../User/lib/cifra/tassert.h
|
||||
|
||||
../User/lib/cifra/sha2.h:
|
||||
|
||||
../User/lib/cifra/chash.h:
|
||||
|
||||
../User/lib/cifra/blockwise.h:
|
||||
|
||||
../User/lib/cifra/bitops.h:
|
||||
|
||||
../User/lib/cifra/handy.h:
|
||||
|
||||
../User/lib/cifra/tassert.h:
|
||||
Binary file not shown.
@@ -0,0 +1,41 @@
|
||||
################################################################################
|
||||
# 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 "$@" "$<"
|
||||
|
||||
Reference in New Issue
Block a user