Unionfs: move fs/Makefile entry up to minimize merge conflicts
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 06:17:00 +0000 (02:17 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 06:17:00 +0000 (02:17 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile

index 1234a436ace01e7e3f4565af3a190e583e7236fd..21f4bc1d461867dcdd07bc77e152dfaad0ac5286 100644 (file)
@@ -63,6 +63,7 @@ obj-$(CONFIG_ISO9660_FS)      += isofs/
 obj-$(CONFIG_DEVFS_FS)         += devfs/
 obj-$(CONFIG_HFSPLUS_FS)       += hfsplus/ # Before hfs to find wrapped HFS+
 obj-$(CONFIG_HFS_FS)           += hfs/
+obj-$(CONFIG_UNION_FS)         += unionfs/
 obj-$(CONFIG_VXFS_FS)          += freevxfs/
 obj-$(CONFIG_NFS_FS)           += nfs/
 obj-$(CONFIG_EXPORTFS)         += exportfs/
@@ -93,4 +94,3 @@ obj-$(CONFIG_AFS_FS)          += afs/
 obj-$(CONFIG_BEFS_FS)          += befs/
 obj-$(CONFIG_HOSTFS)           += hostfs/
 obj-$(CONFIG_HPPFS)            += hppfs/
-obj-$(CONFIG_UNION_FS)         += unionfs/