Skip to content

Commit 0aa75a2

Browse files
zhangjiaoakpm00
authored andcommitted
tools/mm: rm thp_swap_allocator_test when make clean
rm thp_swap_allocator_test when make clean Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: zhangjiao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 2a1eb11 commit 0aa75a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(LIBS):
2323
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
2424

2525
clean:
26-
$(RM) page-types slabinfo page_owner_sort
26+
$(RM) page-types slabinfo page_owner_sort thp_swap_allocator_test
2727
make -C $(LIB_DIR) clean
2828

2929
sbindir ?= /usr/sbin

0 commit comments

Comments
 (0)