]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Unix CM: Move kernel crypto include files
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 28 Jan 2011 15:20:25 +0000 (15:20 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2011 17:45:09 +0000 (09:45 -0800)
Move the crypto include files which are used for kernel builds into
the hcrypto directory where they logically belong.

Change-Id: Ic904e63e48d09e6a2049f4e1c4433980ecf0fa1e
Reviewed-on: http://gerrit.openafs.org/3767
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/crypto/hcrypto/kernel/config.h [new file with mode: 0644]
src/crypto/hcrypto/kernel/roken.h [new file with mode: 0644]
src/crypto/kernel/config.h [deleted file]
src/crypto/kernel/roken.h [deleted file]
src/libafs/Makefile.common.in

diff --git a/src/crypto/hcrypto/kernel/config.h b/src/crypto/hcrypto/kernel/config.h
new file mode 100644 (file)
index 0000000..9d60b48
--- /dev/null
@@ -0,0 +1,4 @@
+#include <afsconfig.h>
+#include "afs/param.h"
+#include "afs/sysincludes.h"
+#include "afsincludes.h"
diff --git a/src/crypto/hcrypto/kernel/roken.h b/src/crypto/hcrypto/kernel/roken.h
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/crypto/kernel/config.h b/src/crypto/kernel/config.h
deleted file mode 100644 (file)
index 9d60b48..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <afsconfig.h>
-#include "afs/param.h"
-#include "afs/sysincludes.h"
-#include "afsincludes.h"
diff --git a/src/crypto/kernel/roken.h b/src/crypto/kernel/roken.h
deleted file mode 100644 (file)
index e69de29..0000000
index ca31511af872bb90ad1e38856b30822fe00b66dc..e0d5eb6190433de84454e0721d7174adcae8cf90 100644 (file)
@@ -23,7 +23,7 @@ TOP_SRC_VNOPS = ${TOP_SRCDIR}/afs/VNOPS
 TOP_SRC_RXKAD = ${TOP_SRCDIR}/rxkad
 
 COMMON_INCLUDE = -I. -I.. -I../nfs \
-       -I$(TOP_SRCDIR)/crypto/kernel \
+       -I$(TOP_SRCDIR)/crypto/hcrypto/kernel \
        -I${TOP_SRCDIR} \
        -I${TOP_SRCDIR}/afs \
        -I${TOP_SRCDIR}/afs/${MKAFS_OSTYPE} \