Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « tls « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef0dc74ce8f99b8c483f520efa0c6e0c303712b3 (plain)
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-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o