linux-yocto/Documentation/filesystems/Makefile
Randy Dunlap 1e0051ae48 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>
2010-03-12 15:52:35 -08:00

217 B

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)