Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / watchdog / src / Makefile
diff --git a/kernel/Documentation/watchdog/src/Makefile b/kernel/Documentation/watchdog/src/Makefile
new file mode 100644 (file)
index 0000000..4a892c3
--- /dev/null
@@ -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)