aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/Makefile
blob: 322250e912dbe926a74f89dfbaeb4036a3f8398f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the TLS subsystem.
#

obj-$(CONFIG_TLS) += tls.o

tls-y := tls_main.o tls_sw.o tls_toe.o

tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o