Skip to content

Commit

Permalink
build: adjust for sha256_arm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Feb 20, 2021
1 parent 16d44f9 commit b630d31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perftests/standalone-enc/Makefile.BSD
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ IDIRS += -I${PROTO_DIR}
# Fundamental algorithms
.PATH.c : ${LIBCPERCIVA_DIR}/alg
SRCS += sha256.c
SRCS += sha256_arm.c
SRCS += sha256_shani.c
SRCS += sha256_sse2.c
IDIRS += -I${LIBCPERCIVA_DIR}/alg

# CPU features detection
.PATH.c : ${LIBCPERCIVA_DIR}/cpusupport
SRCS += cpusupport_arm_sha256.c
SRCS += cpusupport_x86_aesni.c
SRCS += cpusupport_x86_rdrand.c
SRCS += cpusupport_x86_shani.c
Expand Down
2 changes: 2 additions & 0 deletions spipe/Makefile.BSD
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ IDIRS += -I${LIB_DIR}/util
# Fundamental algorithms
.PATH.c : ${LIBCPERCIVA_DIR}/alg
SRCS += sha256.c
SRCS += sha256_arm.c
SRCS += sha256_shani.c
SRCS += sha256_sse2.c
IDIRS += -I${LIBCPERCIVA_DIR}/alg
Expand All @@ -60,6 +61,7 @@ IDIRS += -I${LIBCPERCIVA_DIR}/util

# CPU features detection
.PATH.c : ${LIBCPERCIVA_DIR}/cpusupport
SRCS += cpusupport_arm_sha256.c
SRCS += cpusupport_x86_aesni.c
SRCS += cpusupport_x86_rdrand.c
SRCS += cpusupport_x86_shani.c
Expand Down
2 changes: 2 additions & 0 deletions spiped/Makefile.BSD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ IDIRS += -I${PROTO_DIR}
# Fundamental algorithms
.PATH.c : ${LIBCPERCIVA_DIR}/alg
SRCS += sha256.c
SRCS += sha256_arm.c
SRCS += sha256_shani.c
SRCS += sha256_sse2.c
IDIRS += -I${LIBCPERCIVA_DIR}/alg
Expand Down Expand Up @@ -69,6 +70,7 @@ IDIRS += -I${LIBCPERCIVA_DIR}/util

# CPU features detection
.PATH.c : ${LIBCPERCIVA_DIR}/cpusupport
SRCS += cpusupport_arm_sha256.c
SRCS += cpusupport_x86_aesni.c
SRCS += cpusupport_x86_rdrand.c
SRCS += cpusupport_x86_shani.c
Expand Down

0 comments on commit b630d31

Please sign in to comment.