Skip to content

Commit

Permalink
mm: move slabinfo.c to tools/vm
Browse files Browse the repository at this point in the history
We have tools/vm/ folder for vm tools, so move slabinfo.c from tools/slub/
to tools/vm/

Signed-off-by: Dave Young <[email protected]>
Cc: Wu Fengguang <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
daveyoung authored and torvalds committed Mar 29, 2012
1 parent c6dd897 commit 63e3155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/vm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra

all: page-types
all: page-types slabinfo
%: %.c
$(CC) $(CFLAGS) -o $@ $^

clean:
$(RM) page-types
$(RM) page-types slabinfo
File renamed without changes.

0 comments on commit 63e3155

Please sign in to comment.