]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/futex: fix build for clang
authorRicardo Cañuelo <ricardo.canuelo@collabora.com>
Mon, 10 Oct 2022 06:37:02 +0000 (08:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Nov 2022 16:42:12 +0000 (17:42 +0100)
commit0e9f7f93c0c4e3f7c4b7bd880801386d1d21a1b6
treecda0c69cb369d830f62a03eeb547a1922dde6411
parenta4584967087743c8a8f1e8ccceb18ff58b9ea631
selftests/futex: fix build for clang

[ Upstream commit 7339257b9df85a27233f4b81ab621acc2987582f ]

Don't use the test-specific header files as source files to force a
target dependency, as clang will complain if more than one source file
is used for a compile command with a single '-o' flag.

Use the proper Makefile variables instead as defined in
tools/testing/selftests/lib.mk.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Reviewed-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/futex/functional/Makefile