summaryrefslogtreecommitdiffstats
path: root/Documentation/accounting/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-21 16:19:35 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-23 13:07:15 -0600
commitd522b2cdfed853e372d6b64a89d070368f0718f7 (patch)
tree69e97026e5352e17fc9f93520e93c31c43364030 /Documentation/accounting/Makefile
parent8fc07ebe63a40c312730da28e54dbb4fc6029ca3 (diff)
downloadlinux-d522b2cdfed853e372d6b64a89d070368f0718f7.tar.gz
linux-d522b2cdfed853e372d6b64a89d070368f0718f7.tar.bz2
linux-d522b2cdfed853e372d6b64a89d070368f0718f7.zip
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>
Diffstat (limited to 'Documentation/accounting/Makefile')
-rw-r--r--Documentation/accounting/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/accounting/Makefile b/Documentation/accounting/Makefile
deleted file mode 100644
index 7e232cb6fd7d..000000000000
--- a/Documentation/accounting/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# List of programs to build
-hostprogs-y := getdelays
-
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)
-
-HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include