OSDN Git Service

selftests: futex: Add the uapi headers include variable
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Wed, 19 Jan 2022 10:15:25 +0000 (15:15 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 24 Feb 2022 00:20:32 +0000 (17:20 -0700)
commitbd7d481c37716b21b251e6f8248ed6d8f2183445
treedf27762bf284b62a9545dd6f882c943761e2499a
parentafe5fba8d10b40fdc517b46a2b59d2172686221e
selftests: futex: Add the uapi headers include variable

Out of tree build of this test fails if relative path of the output
directory is specified. KBUILD_OUTPUT also doesn't point to the correct
directory when relative path is used. Thus out of tree builds fail.
Remove the un-needed include paths and use KHDR_INCLUDES to correctly
reach the headers.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/futex/functional/Makefile