summaryrefslogtreecommitdiff
path: root/linux/Documentation/watchdog/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Documentation/watchdog/src/Makefile')
-rw-r--r--linux/Documentation/watchdog/src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/Documentation/watchdog/src/Makefile b/linux/Documentation/watchdog/src/Makefile
new file mode 100644
index 00000000..4a892c30
--- /dev/null
+++ b/linux/Documentation/watchdog/src/Makefile
@@ -0,0 +1,5 @@
+# List of programs to build
+hostprogs-y := watchdog-simple watchdog-test
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)