Unionfs: move fs/Makefile entry up to minimize merge conflicts
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:28:44 +0000 (15:28 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 01:43:36 +0000 (20:43 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile

index 22ebb61cd5217f48da531a28df6b71f03ed998bd..dadf53bb961b3c0105ce77891f8203303bb70bd8 100644 (file)
@@ -85,6 +85,7 @@ obj-$(CONFIG_ISO9660_FS)      += isofs/
 obj-$(CONFIG_HFSPLUS_FS)       += hfsplus/ # Before hfs to find wrapped HFS+
 obj-$(CONFIG_HFS_FS)           += hfs/
 obj-$(CONFIG_ECRYPT_FS)                += ecryptfs/
+obj-$(CONFIG_UNION_FS)         += unionfs/
 obj-$(CONFIG_VXFS_FS)          += freevxfs/
 obj-$(CONFIG_NFS_FS)           += nfs/
 obj-$(CONFIG_EXPORTFS)         += exportfs/
@@ -119,4 +120,3 @@ obj-$(CONFIG_HPPFS)         += hppfs/
 obj-$(CONFIG_DEBUG_FS)         += debugfs/
 obj-$(CONFIG_OCFS2_FS)         += ocfs2/
 obj-$(CONFIG_GFS2_FS)           += gfs2/
-obj-$(CONFIG_UNION_FS)         += unionfs/