Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / fs / ufs / Makefile
diff --git a/kernel/fs/ufs/Makefile b/kernel/fs/ufs/Makefile
new file mode 100644 (file)
index 0000000..4d0e02b
--- /dev/null
@@ -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