Makefile: hook to compile Wrapfs
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 5 Jan 2010 01:45:06 +0000 (20:45 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 18:55:41 +0000 (13:55 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/Makefile

index 79f522575cba3e79e6909ca4c1c055d2cb54ce9a..eac574152135fcfe24b678d90f5573deccdaa674 100644 (file)
@@ -81,6 +81,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_WRAP_FS)          += wrapfs/
 obj-$(CONFIG_VXFS_FS)          += freevxfs/
 obj-$(CONFIG_NFS_FS)           += nfs/
 obj-$(CONFIG_EXPORTFS)         += exportfs/