summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton2009-06-17 07:38:29 +0200
committerLinus Torvalds2009-06-17 18:45:46 +0200
commit0bd8df908de2aefe312d05bd25cd3abc21a6d1da (patch)
tree4d12cb3b723789175015646da3c1c8bada0e2a2a
parentdrm/radeon/kms: remove the _DRM_DRIVER from the KMS paths. (diff)
downloadkernel-qcow2-linux-0bd8df908de2aefe312d05bd25cd3abc21a6d1da.tar.gz
kernel-qcow2-linux-0bd8df908de2aefe312d05bd25cd3abc21a6d1da.tar.xz
kernel-qcow2-linux-0bd8df908de2aefe312d05bd25cd3abc21a6d1da.zip
Documentation/vm/Makefile: don't try to build slqbinfo
For it is only in linux-next at this stage. Cc: Wu Fengguang <fengguang.wu@intel.com> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Matt Mackall <mpm@selenic.com> Cc: Alexey Dobriyan <adobriyan@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/vm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/Makefile b/Documentation/vm/Makefile
index 27479d43a9b0..5bd269b3731a 100644
--- a/Documentation/vm/Makefile
+++ b/Documentation/vm/Makefile
@@ -2,7 +2,7 @@
obj- := dummy.o
# List of programs to build
-hostprogs-y := slabinfo slqbinfo page-types
+hostprogs-y := slabinfo page-types
# Tell kbuild to always build the programs
always := $(hostprogs-y)