[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240829042008.6937-1-zhangjiao2@cmss.chinamobile.com>
Date: Thu, 29 Aug 2024 12:20:08 +0800
From: zhangjiao2 <zhangjiao2@...s.chinamobile.com>
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
zhangjiao <zhangjiao2@...s.chinamobile.com>
Subject: [PATCH] tools/mm: rm thp_swap_allocator_test when make clean
From: zhangjiao <zhangjiao2@...s.chinamobile.com>
rm thp_swap_allocator_test when make clean
Signed-off-by: zhangjiao <zhangjiao2@...s.chinamobile.com>
---
tools/mm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.33.0
Powered by blists - more mailing lists