summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/Makefile
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2023-03-28 18:39:50 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2023-04-06 11:38:31 +0300
commit1bc7fdbf2677cc1866c025e5a393811ea8e25486 (patch)
tree98bd168d1cff6606b61281ab224d685124b9047b /drivers/crypto/intel/Makefile
parentfbf31dd599875cb132d764cf4d05d7985e332c05 (diff)
downloadlinux-1bc7fdbf2677cc1866c025e5a393811ea8e25486.tar.xz
crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx
With the growing number of Intel crypto drivers, it makes sense to group them all into a single drivers/crypto/intel/ directory. Create a separate drivers/crypto/intel/ixp4xx directory and move drivers/crypto/ixp4xx_crypto.c to it, along with a new Kconfig and Makefile to contain the config and make bits. Also add a COMPILE_TEST dependency to CRYPTO_DEV_IXP4XX so it can be more easily compile-tested. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Corentin LABBE <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/intel/Makefile')
-rw-r--r--drivers/crypto/intel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/intel/Makefile b/drivers/crypto/intel/Makefile
index c392189fd994..1cc4b6dd2556 100644
--- a/drivers/crypto/intel/Makefile
+++ b/drivers/crypto/intel/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += keembay/
+obj-y += ixp4xx/