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 affili 8 # 9 10 obj-y += handshake.o 11 handshake-y := alert.o genl.o netlink.o reques 12 13 obj-$(CONFIG_NET_HANDSHAKE_KUNIT_TEST) += hand
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.