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>
4 lines
180 B
Makefile
4 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/
|