summaryrefslogtreecommitdiffstats
path: root/Documentation/accounting
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-25 11:23:02 -0700
committerJiri Kosina <jkosina@suse.cz>2014-09-26 11:02:55 +0200
commitdf68a01014fd5dea890349321787ca08a5377f0b (patch)
tree1e49292b3dfef57e91ca5bfcb031d4bff08e1dd1 /Documentation/accounting
parentf4cb707e7ad9727a046b463232f2de166e327d3e (diff)
downloadop-kernel-dev-df68a01014fd5dea890349321787ca08a5377f0b.zip
op-kernel-dev-df68a01014fd5dea890349321787ca08a5377f0b.tar.gz
Documentation: use subdir-y to avoid unnecessary built-in.o files
Change the Documentation makefiles from obj-m to subdir-y to avoid generating unnecessary built-in.o files since nothing in Documentation/ is ever linked in to vmlinux. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/accounting')
-rw-r--r--Documentation/accounting/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/accounting/Makefile b/Documentation/accounting/Makefile
index 31929eb..7e232cb 100644
--- a/Documentation/accounting/Makefile
+++ b/Documentation/accounting/Makefile
@@ -1,6 +1,3 @@
-# kbuild trick to avoid linker error. Can be omitted if a module is built.
-obj- := dummy.o
-
# List of programs to build
hostprogs-y := getdelays
OpenPOWER on IntegriCloud