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)
commit32c75ad4a79259609ee19f749832bc2d99bbdd13
tree55aa2f8f0082b819ae85360fd54c8e65923bf321
parent0f42bdf59b4e428485aa922bef871bfa6cc505e0
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 <dave@stgolabs.net>
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/futex/Makefile