summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/Makefile')
-rw-r--r--Documentation/filesystems/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/Makefile b/Documentation/filesystems/Makefile
new file mode 100644
index 000000000..13483d192
--- /dev/null
+++ b/Documentation/filesystems/Makefile
@@ -0,0 +1,7 @@
+subdir-y := configfs
+
+# List of programs to build
+hostprogs-y := dnotify_test
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)