mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +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>
8 lines
156 B
Makefile
8 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
|