summaryrefslogtreecommitdiff
path: root/tools/mm
diff options
context:
space:
mode:
authorzhangjiao <zhangjiao2@cmss.chinamobile.com>2024-08-29 07:20:08 +0300
committerAndrew Morton <akpm@linux-foundation.org>2024-09-10 02:47:41 +0300
commit0aa75a2b3fafccc875d260e190b14faf5a856d45 (patch)
tree6c18f868d2f44be0587dba41e11cb08c3676fc03 /tools/mm
parent2a1eb111d2859b13e5ff87baa6cfe343317b07bf (diff)
downloadlinux-0aa75a2b3fafccc875d260e190b14faf5a856d45.tar.xz
tools/mm: rm thp_swap_allocator_test when make clean
rm thp_swap_allocator_test when make clean Link: https://lkml.kernel.org/r/20240829042008.6937-1-zhangjiao2@cmss.chinamobile.com Signed-off-by: zhangjiao <zhangjiao2@cmss.chinamobile.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/mm')
-rw-r--r--tools/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mm/Makefile b/tools/mm/Makefile
index 15791c1c5b28..f5725b5c23aa 100644
--- a/tools/mm/Makefile
+++ b/tools/mm/Makefile
@@ -23,7 +23,7 @@ $(LIBS):
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
clean:
- $(RM) page-types slabinfo page_owner_sort
+ $(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
make -C $(LIB_DIR) clean
sbindir ?= /usr/sbin