diff options
-rw-r--r-- | tools/vm/Makefile | 4 | ||||
-rw-r--r-- | tools/vm/slabinfo.c (renamed from tools/slub/slabinfo.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/vm/Makefile b/tools/vm/Makefile index 3823d4b1fa75..8e30e5c40f8a 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 index 164cbcf61106..164cbcf61106 100644 --- a/tools/slub/slabinfo.c +++ b/tools/vm/slabinfo.c |