diff options
| author | Andrew Morton <[email protected]> | 2009-06-16 22:38:29 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-06-17 09:45:46 -0700 |
| commit | 0bd8df908de2aefe312d05bd25cd3abc21a6d1da (patch) | |
| tree | 4d12cb3b723789175015646da3c1c8bada0e2a2a | |
| parent | 3b47883d93e941cb2b2df9ab46b2bdb66116c992 (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/Makefile | 2 |
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) |