mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
12 lines
264 B
Makefile
12 lines
264 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 := genl.o netlink.o request.o trace.o
|