Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / fs / ext2 / Makefile
diff --git a/kernel/fs/ext2/Makefile b/kernel/fs/ext2/Makefile
new file mode 100644 (file)
index 0000000..445b0e9
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# Makefile for the linux ext2-filesystem routines.
+#
+
+obj-$(CONFIG_EXT2_FS) += ext2.o
+
+ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
+         ioctl.o namei.o super.o symlink.o
+
+ext2-$(CONFIG_EXT2_FS_XATTR)    += xattr.o xattr_user.o xattr_trusted.o
+ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
+ext2-$(CONFIG_EXT2_FS_SECURITY)         += xattr_security.o