mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
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>
This commit is contained in:
parent
2a1eb111d2
commit
0aa75a2b3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user