summaryrefslogtreecommitdiff
path: root/Documentation/laptops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/laptops/Makefile')
-rw-r--r--Documentation/laptops/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/laptops/Makefile b/Documentation/laptops/Makefile
new file mode 100644
index 000000000..2b0fa5edf
--- /dev/null
+++ b/Documentation/laptops/Makefile
@@ -0,0 +1,5 @@
+# List of programs to build
+hostprogs-y := dslm freefall
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)