projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f42bdf
)
selftests/futex: don't redefine .PHONY targets (all, clean)
author
John Hubbard
<jhubbard@nvidia.com>
Fri, 31 May 2024 20:07:53 +0000
(13:07 -0700)
committer
Shuah 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/futex/Makefile
b/tools/testing/selftests/futex/Makefile
index
11e157d
..
78ab2cd
100644
(file)
--- 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: