aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2009-06-16 22:38:29 -0700
committerLinus Torvalds <[email protected]>2009-06-17 09:45:46 -0700
commit0bd8df908de2aefe312d05bd25cd3abc21a6d1da (patch)
tree4d12cb3b723789175015646da3c1c8bada0e2a2a
parent3b47883d93e941cb2b2df9ab46b2bdb66116c992 (diff)
Documentation/vm/Makefile: don't try to build slqbinfo
For it is only in linux-next at this stage. Cc: Wu Fengguang <[email protected]> Cc: KOSAKI Motohiro <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Matt Mackall <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Pekka Enberg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-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)