Files
linux-stable-mirror/fs/smb/smbdirect/Makefile
T
2026-04-22 19:00:41 -05:00

19 lines
255 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Makefile for smbdirect support
#
obj-$(CONFIG_SMBDIRECT) += smbdirect.o
smbdirect-y := \
socket.o \
connection.o \
mr.o \
rw.o \
debug.o \
connect.o \
listen.o \
accept.o \
devices.o \
main.o