mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 05:44:20 +08:00
44fd1c1fd8
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>
12 lines
326 B
Makefile
12 lines
326 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Chelsio network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb/
|
|
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
|
|
obj-$(CONFIG_CHELSIO_T4) += cxgb4/
|
|
obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf/
|
|
obj-$(CONFIG_CHELSIO_LIB) += libcxgb/
|
|
obj-$(CONFIG_CHELSIO_INLINE_CRYPTO) += inline_crypto/
|