sys: move sys/kern/md[45].c to sys/crypto
Both files are used by kernel and userspace. Move them to sys/crypto where they belong. No functional changes intended. In preparation of D45670. Reviewed by: markj Approved by: markj (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D52909
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ CFLAGS+= -DWEAK_REFS
|
||||
CFLAGS.skein_block.c+= -DSKEIN_LOOP=995
|
||||
.PATH: ${.CURDIR}/${MACHINE_ARCH} ${SRCTOP}/sys/crypto/sha2
|
||||
.PATH: ${SRCTOP}/sys/crypto/skein ${SRCTOP}/sys/crypto/skein/${MACHINE_ARCH}
|
||||
.PATH: ${SRCTOP}/sys/kern
|
||||
.PATH: ${SRCTOP}/sys/crypto
|
||||
|
||||
USE_ASM_SOURCES?=1
|
||||
.if defined(BOOTSTRAPPING) || ${MK_MACHDEP_OPTIMIZATIONS} == no
|
||||
|
||||
Reference in New Issue
Block a user