]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: stop using KSFT_KHDR_INSTALL
authorGuillaume Tucker <guillaume.tucker@collabora.com>
Fri, 8 Jul 2022 16:23:28 +0000 (17:23 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 11 Jul 2022 23:23:30 +0000 (17:23 -0600)
commitb836838917584448bf177cb8b132bc2a6f241a9b
tree008969e43ebcd91297854ec7e1630c354bd832d4
parentbf963ec138f0674dbb3e26ffef661fa620da5277
selftests: stop using KSFT_KHDR_INSTALL

Stop using the KSFT_KHDR_INSTALL flag as installing the kernel headers
from the kselftest Makefile is causing some issues.  Instead, rely on
the headers to be installed directly by the top-level Makefile
"headers_install" make target prior to building kselftest.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Tested-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/arm64/mte/Makefile
tools/testing/selftests/arm64/signal/Makefile
tools/testing/selftests/arm64/signal/test_signals.h
tools/testing/selftests/drivers/s390x/uvdevice/Makefile
tools/testing/selftests/futex/functional/Makefile
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/landlock/Makefile
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/mptcp/Makefile
tools/testing/selftests/tc-testing/Makefile
tools/testing/selftests/vm/Makefile