Unix CM: Move kernel crypto include files

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>
This commit is contained in:
Simon Wilkinson 2011-01-28 15:20:25 +00:00 committed by Derrick Brashear
parent 67195401c9
commit c0254b5652
3 changed files with 1 additions and 1 deletions

View 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} \