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>
5 lines
185 B
Makefile
5 lines
185 B
Makefile
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
|