kernel/net/tls/Makefile
.. .. @@ -1,9 +1,13 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for the TLS subsystem. 3 4 # 4 5 6 +CFLAGS_trace.o := -I$(src)7 +5 8 obj-$(CONFIG_TLS) += tls.o 6 9 7 -tls-y := tls_main.o tls_sw.o10 +tls-y := tls_main.o tls_sw.o tls_proc.o trace.o8 11 12 +tls-$(CONFIG_TLS_TOE) += tls_toe.o9 13 tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o