diff options
author | Atul Gupta <atul.gupta@chelsio.com> | 2018-03-31 18:12:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-01 05:37:33 +0200 |
commit | bd7f48576660022b0779c5c7bf384ec1e8ca83c8 (patch) | |
tree | ab415d55353d186a7b3c68fe46666f8f0a48cc4d /drivers/crypto/chelsio/Makefile | |
parent | crypto: chtls - Program the TLS session Key (diff) | |
download | linux-bd7f48576660022b0779c5c7bf384ec1e8ca83c8.tar.xz linux-bd7f48576660022b0779c5c7bf384ec1e8ca83c8.zip |
crypto: chtls - Makefile Kconfig
Entry for Inline TLS as another driver dependent on cxgb4 and chcr
Signed-off-by: Atul Gupta <atul.gupta@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/chelsio/Makefile')
-rw-r--r-- | drivers/crypto/chelsio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/Makefile b/drivers/crypto/chelsio/Makefile index eaecaf1ebcf3..639e5718dff4 100644 --- a/drivers/crypto/chelsio/Makefile +++ b/drivers/crypto/chelsio/Makefile @@ -3,3 +3,4 @@ ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4 obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o chcr-objs := chcr_core.o chcr_algo.o chcr-$(CONFIG_CHELSIO_IPSEC_INLINE) += chcr_ipsec.o +obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls/ |