Skip to content

Commit 39c1331

Browse files
deepa-hubdavem330
authored andcommitted
selftests: fix timestamping Makefile
The clean target in the makefile conflicts with the generic kselftests lib.mk, and fails to properly remove the compiled test programs. Remove the redundant rule, the TEST_GEN_FILES will be already removed by the CLEAN macro in lib.mk. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Acked-by: Shuah Khan <shuah@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 8d6ea93 commit 39c1331

File tree

1 file changed

+0
-3
lines changed
  • tools/testing/selftests/networking/timestamping

1 file changed

+0
-3
lines changed

tools/testing/selftests/networking/timestamping/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ all: $(TEST_PROGS)
99
top_srcdir = ../../../../..
1010
KSFT_KHDR_INSTALL := 1
1111
include ../../lib.mk
12-
13-
clean:
14-
rm -fr $(TEST_GEN_FILES)

0 commit comments

Comments
 (0)