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: 4d6b728a67d0c122a41c1c0d5d5840598ba56472 (plain)
1
2
3
4
5
6
7
8
9
#
# 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