Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
08700dab816847d5e600ef263155fb04ea4b312d
/
.
/
net
/
tls
/
Makefile
blob: 322250e912dbe926a74f89dfbaeb4036a3f8398f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the TLS subsystem.
#
obj
-
$
(
CONFIG_TLS
)
+=
tls
.
o
tls
-
y
:=
tls_main
.
o tls_sw
.
o tls_toe
.
o
tls
-
$
(
CONFIG_TLS_DEVICE
)
+=
tls_device
.
o tls_device_fallback
.
o