All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] selftests: fix timestamping Makefile
@ 2019-02-13 17:09 ` Deepa Dinamani
  0 siblings, 0 replies; 9+ messages in thread
From: deepa.kernel @ 2019-02-13 17:09 UTC (permalink / raw)


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 at gmail.com>
---

* Changes since v1: as per review comments

 tools/testing/selftests/networking/timestamping/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/testing/selftests/networking/timestamping/Makefile b/tools/testing/selftests/networking/timestamping/Makefile
index 9050eeea5f5f..1de8bd8ccf5d 100644
--- a/tools/testing/selftests/networking/timestamping/Makefile
+++ b/tools/testing/selftests/networking/timestamping/Makefile
@@ -9,6 +9,3 @@ all: $(TEST_PROGS)
 top_srcdir = ../../../../..
 KSFT_KHDR_INSTALL := 1
 include ../../lib.mk
-
-clean:
-	rm -fr $(TEST_GEN_FILES)
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-02-14 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-13 17:09 [PATCH net] selftests: fix timestamping Makefile deepa.kernel
2019-02-13 17:09 ` Deepa Dinamani
2019-02-13 17:09 ` Deepa Dinamani
2019-02-13 18:17 ` shuah
2019-02-13 18:17   ` shuah
2019-02-13 18:17   ` shuah
2019-02-14 17:03 ` davem
2019-02-14 17:03   ` David Miller
2019-02-14 17:03   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.