mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
7063fbf226
Configfs, a file system for userspace-driven kernel object configuration. The OCFS2 stack makes extensive use of this for propagation of cluster configuration information into kernel. Signed-off-by: Joel Becker <joel.becker@oracle.com>
7 lines
156 B
Makefile
7 lines
156 B
Makefile
#
|
|
# Makefile for the configfs virtual filesystem
|
|
#
|
|
|
|
obj-$(CONFIG_CONFIGFS_FS) += configfs.o
|
|
|
|
configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|