]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - net/tls/Makefile
net/tls: don't pay attention to sk_write_pending when pushing partial records
[mirror_ubuntu-focal-kernel.git] / net / tls / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
3c4d7559
DW
2#
3# Makefile for the TLS subsystem.
4#
5
6obj-$(CONFIG_TLS) += tls.o
7
8tls-y := tls_main.o tls_sw.o
e8f69799
IL
9
10tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o