Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca9760f authored by Shuah Khan's avatar Shuah Khan
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent d522b2cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
subdir-y := blackfin \
	laptops pcmcia
	pcmcia
+0 −4
Original line number Diff line number Diff line
00-INDEX
	- This file
Makefile
	- Makefile for building dslm example program.
asus-laptop.txt
	- information on the Asus Laptop Extras driver.
disk-shock-protection.txt
	- information on hard disk shock protection.
dslm.c
	- Simple Disk Sleep Monitor program
laptop-mode.txt
	- how to conserve battery power using laptop-mode.
sony-laptop.txt

Documentation/laptops/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
# List of programs to build
hostprogs-y := dslm

# Tell kbuild to always build the programs
always := $(hostprogs-y)
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading