OSDN Git Service

tools: move accounting tool from Documentation
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 21 Sep 2016 22:19:35 +0000 (16:19 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 23 Sep 2016 19:07:15 +0000 (13:07 -0600)
commitd522b2cdfed853e372d6b64a89d070368f0718f7
tree69e97026e5352e17fc9f93520e93c31c43364030
parent8fc07ebe63a40c312730da28e54dbb4fc6029ca3
tools: move accounting tool from Documentation

Move accounting tool to tools and remove it from Documentation
Makefile. Update location information for this tool. Create a
new Makefile to build accounting. It can be built from top level
directory or from accounting directory:

Run make -C tools/accounting or cd tools/accounting; make

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Documentation/Makefile
Documentation/accounting/Makefile [deleted file]
Documentation/accounting/delay-accounting.txt
tools/accounting/.gitignore [moved from Documentation/accounting/.gitignore with 100% similarity]
tools/accounting/Makefile [new file with mode: 0644]
tools/accounting/getdelays.c [moved from Documentation/accounting/getdelays.c with 100% similarity]