3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 11:15:54 +00:00
Brooklyn/net/tls/Makefile

14 lines
293 B
Makefile
Raw Permalink Normal View History

2022-04-02 18:24:21 +05:00
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the TLS subsystem.
#
CFLAGS_trace.o := -I$(src)
obj-$(CONFIG_TLS) += tls.o
2022-09-13 23:21:57 +05:00
tls-y := tls_main.o tls_sw.o tls_proc.o trace.o tls_strp.o
2022-04-02 18:24:21 +05:00
tls-$(CONFIG_TLS_TOE) += tls_toe.o
tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o