tools/mm: rm thp_swap_allocator_test when make clean
authorzhangjiao <zhangjiao2@cmss.chinamobile.com>
Thu, 29 Aug 2024 04:20:08 +0000 (12:20 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 9 Sep 2024 23:47:41 +0000 (16:47 -0700)
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>
tools/mm/Makefile

index 15791c1c5b2823fe19897c0c398d0c7afcb593cc..f5725b5c23aa261994b5b42f37c443bee2edebf2 100644 (file)
@@ -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