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