Makefile (08700dab816847d5e600ef263155fb04ea4b312d) Makefile (53b4414a7003099f41ab61ef9a452804c025e2c1)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the TLS subsystem.
4#
5
6obj-$(CONFIG_TLS) += tls.o
7
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the TLS subsystem.
4#
5
6obj-$(CONFIG_TLS) += tls.o
7
8tls-y := tls_main.o tls_sw.o tls_toe.o
8tls-y := tls_main.o tls_sw.o
9
9
10tls-$(CONFIG_TLS_TOE) += tls_toe.o
10tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o
11tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o