From: Daniel Díaz Date: Fri, 7 Jul 2017 16:01:52 +0000 (-0500) Subject: selftests: Fix installation for splice test X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5cc3027f002fafee33137b0a44f8dee23aa1c7a4;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git selftests: Fix installation for splice test Simplify the Makefile rules so that the test is automatically installed (and cleaned) by leveraging the TEST_GEN_PROGS_EXTENDED definition. Reported-by: Naresh Kamboju Signed-off-by: Daniel Díaz Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/splice/Makefile b/tools/testing/selftests/splice/Makefile index 9fc78e5e5451..7e1187e007fa 100644 --- a/tools/testing/selftests/splice/Makefile +++ b/tools/testing/selftests/splice/Makefile @@ -1,7 +1,4 @@ TEST_PROGS := default_file_splice_read.sh -EXTRA := default_file_splice_read -all: $(TEST_PROGS) $(EXTRA) +TEST_GEN_PROGS_EXTENDED := default_file_splice_read include ../lib.mk - -EXTRA_CLEAN := $(EXTRA)