[PATCH 2/3] move slabinfo.c to tools/vm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We have tools/vm/ folder for vm tools, so move slabinfo.c
from tools/slub/ to tools/vm/

Signed-off-by: Dave Young <dyoung@xxxxxxxxxx>
---
 tools/vm/Makefile             |    4 ++--
 tools/{slub => vm}/slabinfo.c |    0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename tools/{slub => vm}/slabinfo.c (100%)

diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index 3823d4b..8e30e5c 100644
--- a/tools/vm/Makefile
+++ b/tools/vm/Makefile
@@ -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
diff --git a/tools/slub/slabinfo.c b/tools/vm/slabinfo.c
similarity index 100%
rename from tools/slub/slabinfo.c
rename to tools/vm/slabinfo.c
-- 
1.7.4.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]