Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.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