mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

chelsio inline tls driver(chtls) is mostly overlaps with NIC drivers but currenty it is part of crypto driver, so move it out to appropriate directory for better maintenance. Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
256 B
Makefile
6 lines
256 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 \
|
|
-I $(srctree)/drivers/crypto/chelsio
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls.o
|
|
chtls-objs := chtls_main.o chtls_cm.o chtls_io.o chtls_hw.o
|