aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls/Makefile
diff options
context:
space:
mode:
authorAtul Gupta <atul.gupta@chelsio.com>2018-03-31 21:42:03 +0530
committerDavid S. Miller <davem@davemloft.net>2018-03-31 23:37:33 -0400
commitbd7f48576660022b0779c5c7bf384ec1e8ca83c8 (patch)
treeab415d55353d186a7b3c68fe46666f8f0a48cc4d /drivers/crypto/chelsio/chtls/Makefile
parentcrypto: chtls - Program the TLS session Key (diff)
downloadlinux-dev-bd7f48576660022b0779c5c7bf384ec1e8ca83c8.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/crypto/chelsio/chtls/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/chtls/Makefile b/drivers/crypto/chelsio/chtls/Makefile
new file mode 100644
index 000000000000..df1379570a8e
--- /dev/null
+++ b/drivers/crypto/chelsio/chtls/Makefile
@@ -0,0 +1,4 @@
+ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4 -Idrivers/crypto/chelsio/
+
+obj-$(CONFIG_CRYPTO_DEV_CHELSIO_TLS) += chtls.o
+chtls-objs := chtls_main.o chtls_cm.o chtls_io.o chtls_hw.o