Skip to content

Commit 4227b50

Browse files
javiercarrascocruzkuba-moo
authored andcommitted
selftests: net: rds: add include.sh to EXTRA_CLEAN
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson <[email protected]> Signed-off-by: Javier Carrasco <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 9c4beb2 commit 4227b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/rds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ TEST_PROGS := run.sh \
88

99
TEST_FILES := include.sh
1010

11-
EXTRA_CLEAN := /tmp/rds_logs
11+
EXTRA_CLEAN := /tmp/rds_logs include.sh
1212

1313
include ../../lib.mk

0 commit comments

Comments
 (0)