mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
a4b16dad46
With the growing number of Intel crypto drivers, it makes sense to group them all into a single drivers/crypto/intel/ directory. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
6 lines
108 B
Makefile
6 lines
108 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += keembay/
|
|
obj-y += ixp4xx/
|
|
obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/
|