From: Deepa Dinamani Date: Wed, 13 Feb 2019 17:09:13 +0000 (-0800) Subject: selftests: fix timestamping Makefile X-Git-Tag: v5.0-rc7~20^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=39c133196237335e8ee9e3694ef7921241cf6a41;p=users%2Fjedix%2Flinux-maple.git 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 Acked-by: Shuah Khan Signed-off-by: David S. Miller --- 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)