aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Makefile
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-03-10 15:21:57 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-12 15:52:35 -0800
commit1e0051ae48a253685e4309256f9c1ec2bdb74b5d (patch)
tree15d1d284fb91bb9b6683991402186c681c118d81 /Documentation/filesystems/Makefile
parentDocumentation/laptop/: split txt and source files (diff)
downloadlinux-dev-1e0051ae48a253685e4309256f9c1ec2bdb74b5d.tar.xz
linux-dev-1e0051ae48a253685e4309256f9c1ec2bdb74b5d.zip
Documentation/fs/: split txt and source files
Make dnotify_test.c source file and add it to Makefile so that bitrot can be prevented. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/filesystems/Makefile')
-rw-r--r--Documentation/filesystems/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/filesystems/Makefile b/Documentation/filesystems/Makefile
new file mode 100644
index 000000000000..a5dd114da14f
--- /dev/null
+++ b/Documentation/filesystems/Makefile
@@ -0,0 +1,8 @@
+# kbuild trick to avoid linker error. Can be omitted if a module is built.
+obj- := dummy.o
+
+# List of programs to build
+hostprogs-y := dnotify_test
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)