xref: /linux/fs/smb/smbdirect/Makefile (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Makefile for smbdirect support
4#
5
6obj-$(CONFIG_SMBDIRECT) += smbdirect.o
7
8smbdirect-y := \
9	socket.o	\
10	connection.o	\
11	mr.o		\
12	rw.o		\
13	debug.o		\
14	connect.o	\
15	listen.o	\
16	accept.o	\
17	devices.o	\
18	main.o
19