From: John Hubbard Date: Fri, 31 May 2024 20:07:53 +0000 (-0700) Subject: selftests/futex: don't redefine .PHONY targets (all, clean) X-Git-Tag: microblaze-v6.13~783^2~10 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=32c75ad4a79259609ee19f749832bc2d99bbdd13;p=linux-2.6-microblaze.git selftests/futex: don't redefine .PHONY targets (all, clean) The .PHONY targets "all" and "clean" are both already defined in the file that is included in the very next line: ../lib.mk. Remove this duplicate code. Reviewed-by: Davidlohr Bueso Signed-off-by: John Hubbard Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/futex/Makefile b/tools/testing/selftests/futex/Makefile index 11e157d7533b..78ab2cd111f6 100644 --- a/tools/testing/selftests/futex/Makefile +++ b/tools/testing/selftests/futex/Makefile @@ -3,8 +3,6 @@ SUBDIRS := functional TEST_PROGS := run.sh -.PHONY: all clean - include ../lib.mk all: