Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 2 | # |
3 | # Makefile for the configfs virtual filesystem | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_CONFIGFS_FS) += configfs.o | ||||
7 | |||||
8 | configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o |