selftests: fix timestamping Makefile
authorDeepa Dinamani <deepa.kernel@gmail.com>
Wed, 13 Feb 2019 17:09:13 +0000 (09:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2019 17:03:16 +0000 (12:03 -0500)
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>
tools/testing/selftests/networking/timestamping/Makefile

index 9050eeea5f5f29531c304f8a36f2f9959f6b1cd3..1de8bd8ccf5dd7c801964b2957cc09fdf335d080 100644 (file)
@@ -9,6 +9,3 @@ all: $(TEST_PROGS)
 top_srcdir = ../../../../..
 KSFT_KHDR_INSTALL := 1
 include ../../lib.mk
-
-clean:
-       rm -fr $(TEST_GEN_FILES)