Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the TLS subsystem. # obj-$([31mCONFIG_TLS[0m) += tls.o tls-y := tls_main.o tls_sw.o tls-$([31mCONFIG_TLS_DEVICE[0m) += tls_device.o tls_device_fallback.o