diff mbox series

tools/mm: rm thp_swap_allocator_test when make clean

Message ID 20240829042008.6937-1-zhangjiao2@cmss.chinamobile.com (mailing list archive)
State New
Headers show
Series tools/mm: rm thp_swap_allocator_test when make clean | expand

Commit Message

zhangjiao2 Aug. 29, 2024, 4:20 a.m. UTC
From: zhangjiao <zhangjiao2@cmss.chinamobile.com>

rm thp_swap_allocator_test when make clean

Signed-off-by: zhangjiao <zhangjiao2@cmss.chinamobile.com>
---
 tools/mm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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