Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 32c75ad

Browse files
johnhubbardshuahkh
authored andcommitted
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>
1 parent 0f42bdf commit 32c75ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/futex/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ SUBDIRS := functional
33

44
TEST_PROGS := run.sh
55

6-
.PHONY: all clean
7-
86
include ../lib.mk
97

108
all:

0 commit comments

Comments
 (0)