summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/networking
diff options
context:
space:
mode:
authorDeepa Dinamani2019-02-13 18:09:13 +0100
committerDavid S. Miller2019-02-14 18:03:16 +0100
commit39c133196237335e8ee9e3694ef7921241cf6a41 (patch)
treec28591e727e7eff5dddb0e4e5688f3ef94fca42f /tools/testing/selftests/networking
parentnet: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend() (diff)
downloadkernel-qcow2-linux-39c133196237335e8ee9e3694ef7921241cf6a41.tar.gz
kernel-qcow2-linux-39c133196237335e8ee9e3694ef7921241cf6a41.tar.xz
kernel-qcow2-linux-39c133196237335e8ee9e3694ef7921241cf6a41.zip
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>
Diffstat (limited to 'tools/testing/selftests/networking')
-rw-r--r--tools/testing/selftests/networking/timestamping/Makefile3
1 files changed, 0 insertions, 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)