From: Andrew Morton Date: Wed, 17 Jun 2009 05:38:29 +0000 (-0700) Subject: Documentation/vm/Makefile: don't try to build slqbinfo X-Git-Tag: v2.6.31-rc1~288 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=0bd8df908de2aefe312d05bd25cd3abc21a6d1da;p=pandora-kernel.git Documentation/vm/Makefile: don't try to build slqbinfo For it is only in linux-next at this stage. Cc: Wu Fengguang Cc: KOSAKI Motohiro Cc: Andi Kleen Cc: Matt Mackall Cc: Alexey Dobriyan Cc: Ingo Molnar Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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)