aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/Makefile
blob: 95d8c06a14b9b1777e602656b3ff653cfb30ce93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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-$(CONFIG_TLS_TOE) += tls_toe.o
tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o