mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-20 15:18:02 +02:00
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
|
|
|
|
|