summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-04-03 09:53:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-03 09:53:22 -0700
commit9b59f0316bc556a1b63518f0b1224cf9be48467b (patch)
treed6ffccbe5d9ce5f55c1b2efaf02220c701d4420a /fs/Makefile
parentac7c1a776dfe1a9c83ea7885f858f5f1a144d8af (diff)
parent0d8fe329a80714e0f729ae48cba8d64cbe5701cb (diff)
downloadop-kernel-dev-9b59f0316bc556a1b63518f0b1224cf9be48467b.zip
op-kernel-dev-9b59f0316bc556a1b63518f0b1224cf9be48467b.tar.gz
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
* 'for-linus' of git://git.open-osd.org/linux-open-osd: fs: Add exofs to Kernel build exofs: Documentation exofs: export_operations exofs: super_operations and file_system_type exofs: dir_inode and directory operations exofs: address_space_operations exofs: symlink_inode and fast_symlink_inode operations exofs: file and file_inode operations exofs: Kbuild, Headers and osd utils
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index b5cd8e1..15f7301 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -120,3 +120,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
+obj-$(CONFIG_EXOFS_FS) += exofs/
OpenPOWER on IntegriCloud