diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-22 01:34:55 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 22:07:21 +0300 |
commit | 3ca9760fdfa411f7e5db54b3437fbb858d2ec825 (patch) | |
tree | 8a2839309295a8e982544ee3f151d854916d97e7 /Documentation/Makefile | |
parent | d522b2cdfed853e372d6b64a89d070368f0718f7 (diff) | |
download | linux-3ca9760fdfa411f7e5db54b3437fbb858d2ec825.tar.xz |
tools: move laptops dslm tool from Documentation
Move laptops dslm tool to tools/laptop/dslm and remove it from
Documentation Makefile. Update location information for this
tool. Create a new Makefile to build dslm. It can be built
from top level directory or from laptops directory:
Run make -C tools/laptop/dslm or cd tools/laptop/dslm; make
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index e4dd5e4614a4..0ddb50c3cfc4 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,2 +1,2 @@ subdir-y := blackfin \ - laptops pcmcia + pcmcia |