Makefile (8990c1bc4be46473ad19bf2fa612ca57286f3df4) Makefile (ca01d6dd2d7a2652000307520777538740efc286)
1#
2# Makefile for the Linux filesystems.
3#
4# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
5# Rewritten to use lists instead of if-statements.
6#
7
8obj-y := open.o read_write.o file_table.o super.o \

--- 107 unchanged lines hidden (view full) ---

116obj-$(CONFIG_HPPFS) += hppfs/
117obj-$(CONFIG_CACHEFILES) += cachefiles/
118obj-$(CONFIG_DEBUG_FS) += debugfs/
119obj-$(CONFIG_OCFS2_FS) += ocfs2/
120obj-$(CONFIG_BTRFS_FS) += btrfs/
121obj-$(CONFIG_GFS2_FS) += gfs2/
122obj-$(CONFIG_EXOFS_FS) += exofs/
123obj-$(CONFIG_CEPH_FS) += ceph/
1#
2# Makefile for the Linux filesystems.
3#
4# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
5# Rewritten to use lists instead of if-statements.
6#
7
8obj-y := open.o read_write.o file_table.o super.o \

--- 107 unchanged lines hidden (view full) ---

116obj-$(CONFIG_HPPFS) += hppfs/
117obj-$(CONFIG_CACHEFILES) += cachefiles/
118obj-$(CONFIG_DEBUG_FS) += debugfs/
119obj-$(CONFIG_OCFS2_FS) += ocfs2/
120obj-$(CONFIG_BTRFS_FS) += btrfs/
121obj-$(CONFIG_GFS2_FS) += gfs2/
122obj-$(CONFIG_EXOFS_FS) += exofs/
123obj-$(CONFIG_CEPH_FS) += ceph/
124obj-$(CONFIG_PSTORE) += pstore/