diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-22 00:34:55 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 21:07:21 +0200 |
commit | 3ca9760fdfa411f7e5db54b3437fbb858d2ec825 (patch) | |
tree | 8a2839309295a8e982544ee3f151d854916d97e7 /Documentation/laptops/laptop-mode.txt | |
parent | tools: move accounting tool from Documentation (diff) | |
download | linux-3ca9760fdfa411f7e5db54b3437fbb858d2ec825.tar.xz linux-3ca9760fdfa411f7e5db54b3437fbb858d2ec825.zip |
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/laptops/laptop-mode.txt')
-rw-r--r-- | Documentation/laptops/laptop-mode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/laptops/laptop-mode.txt b/Documentation/laptops/laptop-mode.txt index 4ebbfc3f1c6e..19276f5d195c 100644 --- a/Documentation/laptops/laptop-mode.txt +++ b/Documentation/laptops/laptop-mode.txt @@ -779,4 +779,4 @@ Monitoring tool --------------- Bartek Kania submitted this, it can be used to measure how much time your disk -spends spun up/down. See Documentation/laptops/dslm.c +spends spun up/down. See tools/laptop/dslm/dslm.c |