forked from Minki/linux
bd7f485766
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>
7 lines
231 B
Makefile
7 lines
231 B
Makefile
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/
|