This patch seperates inline ipsec functionality from coprocessor driver chcr. Now inline ipsec is separate ULD, moved from "drivers/crypto/chelsio/" to "drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/" Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com> Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
236 B
Makefile
9 lines
236 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 \
|
|
-I $(srctree)/drivers/crypto/chelsio
|
|
|
|
obj-$(CONFIG_CHELSIO_IPSEC_INLINE) += ch_ipsec.o
|
|
ch_ipsec-objs := chcr_ipsec.o
|
|
|
|
|