Message ID | 20190114135144.26096-10-geert+renesas@glider.be (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | selftests: Miscellaneous fixes | expand |
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
"all" and the generic %.c dependency are already handled by the included lib.mk. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- tools/testing/selftests/sparc64/drivers/Makefile | 4 ---- 1 file changed, 4 deletions(-)