mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-21 07:38:05 +02:00
6 lines
177 B
Makefile
6 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls.o
|
|
ch_ktls-objs := chcr_ktls.o
|