[PATCH 09/12] selftests: sparc64: Remove superfluous rules

From: Geert Uytterhoeven
Date: Mon Jan 14 2019 - 08:52:40 EST


"all" and the generic %.c dependency are already handled by the included
lib.mk.

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
tools/testing/selftests/sparc64/drivers/Makefile | 4 ----
1 file changed, 4 deletions(-)

diff --git a/tools/testing/selftests/sparc64/drivers/Makefile b/tools/testing/selftests/sparc64/drivers/Makefile
index deb0df4155659ec1..174dbd675f1f8264 100644
--- a/tools/testing/selftests/sparc64/drivers/Makefile
+++ b/tools/testing/selftests/sparc64/drivers/Makefile
@@ -4,10 +4,6 @@ CFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g

TEST_GEN_FILES := adi-test

-all: $(TEST_GEN_FILES)
-
-$(TEST_GEN_FILES): adi-test.c
-
TEST_PROGS := drivers_test.sh

include ../../lib.mk
--
2.17.1