X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2Fwatchdog%2Fsrc%2FMakefile;fp=Documentation%2Fwatchdog%2Fsrc%2FMakefile;h=40e5f46e4740a865b173ab12a9c393ee071b9abe;hb=3794f3e812ef707a4f7931742274d1d0ca6597b4;hp=0000000000000000000000000000000000000000;hpb=bc2aa80e18a1b43ea2b8066500006b729c4ba4a7;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/watchdog/src/Makefile b/Documentation/watchdog/src/Makefile new file mode 100644 index 0000000..40e5f46 --- /dev/null +++ b/Documentation/watchdog/src/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 := watchdog-simple watchdog-test + +# Tell kbuild to always build the programs +always := $(hostprogs-y)