xref: /linux/net/tls/Makefile (revision 40d1a07b333ef1f7fce11ee20b8f4281d1a75fb9)
1#
2# Makefile for the TLS subsystem.
3#
4
5obj-$(CONFIG_TLS) += tls.o
6
7tls-y := tls_main.o tls_sw.o
8