diff options
Diffstat (limited to 'fs/cifs_common/Makefile')
-rw-r--r-- | fs/cifs_common/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs_common/Makefile b/fs/cifs_common/Makefile new file mode 100644 index 000000000000..2fc9b40345c4 --- /dev/null +++ b/fs/cifs_common/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for Linux filesystem routines that are shared by client and server. +# + +obj-$(CONFIG_CIFS_COMMON) += cifs_arc4.o |