summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2014-02-03 14:09:17 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 16:08:57 -0800
commitba341d55a420ab4fdd1a53fd395fd59bd65de880 (patch)
tree2de1c2cfc849e34434b275d78a9b40962418912a /fs/Makefile
parentfa4cd451cceb77e97432b91fcf50a7e4a7361e29 (diff)
downloadop-kernel-dev-ba341d55a420ab4fdd1a53fd395fd59bd65de880.zip
op-kernel-dev-ba341d55a420ab4fdd1a53fd395fd59bd65de880.tar.gz
kernfs: add CONFIG_KERNFS
As sysfs was kernfs's only user, kernfs has been piggybacking on CONFIG_SYSFS; however, kernfs is scheduled to grow a new user very soon. Introduce a separate config option CONFIG_KERNFS which is to be selected by kernfs users. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 47ac07b..f9cb987 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -52,7 +52,8 @@ obj-$(CONFIG_FHANDLE) += fhandle.o
obj-y += quota/
obj-$(CONFIG_PROC_FS) += proc/
-obj-$(CONFIG_SYSFS) += sysfs/ kernfs/
+obj-$(CONFIG_KERNFS) += kernfs/
+obj-$(CONFIG_SYSFS) += sysfs/
obj-$(CONFIG_CONFIGFS_FS) += configfs/
obj-y += devpts/
OpenPOWER on IntegriCloud