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-Url: https://git.stricted.de/?a=commitdiff_plain;h=0bd8df908de2aefe312d05bd25cd3abc21a6d1da;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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)