Skip to content

Commit

Permalink
selftests/futex: don't redefine .PHONY targets (all, clean)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Hubbard authored and Shuah Khan committed May 31, 2024
1 parent 0f42bdf commit 32c75ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/testing/selftests/futex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ SUBDIRS := functional

TEST_PROGS := run.sh

.PHONY: all clean

include ../lib.mk

all:
Expand Down

0 comments on commit 32c75ad

Please sign in to comment.