diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2015-06-06 15:42:28 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-06-08 16:42:07 -0600 |
commit | b3fd7368f8f60bc9a7ffc2a5311db5f4dbd42180 (patch) | |
tree | 703c811d105751cf3215fd92cf31e02bdff25bfe /Documentation/laptops/Makefile | |
parent | a28ab162bdf04d0e5d814478340ba32999233e7e (diff) | |
download | talos-obmc-linux-b3fd7368f8f60bc9a7ffc2a5311db5f4dbd42180.tar.gz talos-obmc-linux-b3fd7368f8f60bc9a7ffc2a5311db5f4dbd42180.zip |
Move freefall program from Documentation/ to tools/
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/laptops/Makefile')
-rw-r--r-- | Documentation/laptops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/laptops/Makefile b/Documentation/laptops/Makefile index 2b0fa5edf1d3..0abe44f68965 100644 --- a/Documentation/laptops/Makefile +++ b/Documentation/laptops/Makefile @@ -1,5 +1,5 @@ # List of programs to build -hostprogs-y := dslm freefall +hostprogs-y := dslm # Tell kbuild to always build the programs always := $(hostprogs-y) |