summaryrefslogtreecommitdiffstats
path: root/kernel/fs/ufs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/ufs/Makefile')
-rw-r--r--kernel/fs/ufs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/fs/ufs/Makefile b/kernel/fs/ufs/Makefile
new file mode 100644
index 000000000..4d0e02b02
--- /dev/null
+++ b/kernel/fs/ufs/Makefile
@@ -0,0 +1,9 @@
+#
+# 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
+ccflags-$(CONFIG_UFS_DEBUG) += -DDEBUG