JustOS/linux-6.13/net/handshake/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

14 lines
340 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Generic HANDSHAKE service
#
# Author: Chuck Lever <chuck.lever@oracle.com>
#
# Copyright (c) 2023, Oracle and/or its affiliates.
#
obj-y += handshake.o
handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
obj-$(CONFIG_NET_HANDSHAKE_KUNIT_TEST) += handshake-test.o