mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-25 07:44:53 +00:00

This patch moves complete nic tls offload (kTLS) code from crypto directory to drivers/net/ethernet/chelsio/inline_crypto/ch_ktls directory. nic TLS is made a separate ULD of cxgb4. Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
180 B
Makefile
5 lines
180 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls/
|
|
obj-$(CONFIG_CHELSIO_IPSEC_INLINE) += ch_ipsec/
|
|
obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls/
|