diff options
Diffstat (limited to 'Documentation/filesystems/configfs/Makefile')
-rw-r--r-- | Documentation/filesystems/configfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/configfs/Makefile b/Documentation/filesystems/configfs/Makefile new file mode 100644 index 000000000000..be7ec5e67dbc --- /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 |