diff options
Diffstat (limited to 'drivers/crypto/chelsio/Makefile')
-rw-r--r-- | drivers/crypto/chelsio/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/Makefile b/drivers/crypto/chelsio/Makefile new file mode 100644 index 000000000..639e5718d --- /dev/null +++ b/drivers/crypto/chelsio/Makefile @@ -0,0 +1,6 @@ +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/ |