mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 22:41:38 +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>
6 lines
177 B
Makefile
6 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls.o
|
|
ch_ktls-objs := chcr_ktls.o
|