summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/filesystems/configfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/filesystems/configfs/Makefile')
-rw-r--r--kernel/Documentation/filesystems/configfs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/Documentation/filesystems/configfs/Makefile b/kernel/Documentation/filesystems/configfs/Makefile
new file mode 100644
index 000000000..be7ec5e67
--- /dev/null
+++ b/kernel/Documentation/filesystems/configfs/Makefile
@@ -0,0 +1,3 @@
+ifneq ($(CONFIG_CONFIGFS_FS),)
+obj-m += configfs_example_explicit.o configfs_example_macros.o
+endif