mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
a8c16e8ed6
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
184 B
Makefile
5 lines
184 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o
|
|
chcr-objs := chcr_core.o chcr_algo.o
|