aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ufs/Makefile')
-rw-r--r--fs/ufs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile
new file mode 100644
index 000000000000..dd39980437fc
--- /dev/null
+++ b/fs/ufs/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the Linux ufs filesystem routines.
+#
+
+obj-$(CONFIG_UFS_FS) += ufs.o
+
+ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
+ namei.o super.o symlink.o truncate.o util.o