selftests/futex: don't redefine .PHONY targets (all, clean)
authorJohn Hubbard <jhubbard@nvidia.com>
Fri, 31 May 2024 20:07:53 +0000 (13:07 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 31 May 2024 20:37:04 +0000 (14:37 -0600)
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 <dave@stgolabs.net>
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/futex/Makefile

index 11e157d..78ab2cd 100644 (file)
@@ -3,8 +3,6 @@ SUBDIRS := functional
 
 TEST_PROGS := run.sh
 
-.PHONY: all clean
-
 include ../lib.mk
 
 all: