]> Git Repo - linux.git/commit
selftests: stop using KSFT_KHDR_INSTALL
authorGuillaume Tucker <[email protected]>
Fri, 8 Jul 2022 16:23:28 +0000 (17:23 +0100)
committerShuah Khan <[email protected]>
Mon, 11 Jul 2022 23:23:30 +0000 (17:23 -0600)
commitf2745dc0ba3dadd8fa2b2c33f48253d78e133a12
tree008969e43ebcd91297854ec7e1630c354bd832d4
parent3bb267a36185b64949ea9c8bbfe93eb01986f6cb
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 <[email protected]>
Tested-by: Anders Roxell <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
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
This page took 0.068046 seconds and 4 git commands to generate.