Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.18-rc7 9 lines 160 B view raw
1# 2# Makefile for the TLS subsystem. 3# 4 5obj-$(CONFIG_TLS) += tls.o 6 7tls-y := tls_main.o tls_sw.o 8 9tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o