Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pub/scm...
[linux-block.git] / net / handshake / Makefile
CommitLineData
3b3009ea
CL
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the Generic HANDSHAKE service
4#
5# Author: Chuck Lever <chuck.lever@oracle.com>
6#
7# Copyright (c) 2023, Oracle and/or its affiliates.
8#
9
10obj-y += handshake.o
2fd55320 11handshake-y := genl.o netlink.o request.o tlshd.o trace.o
88232ec1
CL
12
13obj-$(CONFIG_NET_HANDSHAKE_KUNIT_TEST) += handshake-test.o