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 @@ | |||
| 3 | CC = $(CROSS_COMPILE)gcc | 3 | CC = $(CROSS_COMPILE)gcc |
| 4 | CFLAGS = -Wall -Wextra | 4 | CFLAGS = -Wall -Wextra |
| 5 | 5 | ||
| 6 | all: page-types | 6 | all: page-types slabinfo |
| 7 | %: %.c | 7 | %: %.c |
| 8 | $(CC) $(CFLAGS) -o $@ $^ | 8 | $(CC) $(CFLAGS) -o $@ $^ |
| 9 | 9 | ||
| 10 | clean: | 10 | clean: |
| 11 | $(RM) page-types | 11 | $(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 | |||
