Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

John Hubbard and committed by
Shuah Khan
32c75ad4 0f42bdf5

-2
-2
tools/testing/selftests/futex/Makefile
··· 3 3 4 4 TEST_PROGS := run.sh 5 5 6 - .PHONY: all clean 7 - 8 6 include ../lib.mk 9 7 10 8 all: