diff options
author | Guillaume Tucker <guillaume.tucker@collabora.com> | 2022-07-08 18:23:28 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-07-12 01:23:30 +0200 |
commit | f2745dc0ba3dadd8fa2b2c33f48253d78e133a12 (patch) | |
tree | 008969e43ebcd91297854ec7e1630c354bd832d4 /tools/testing/selftests/arm64/signal/test_signals.h | |
parent | selftests: drop khdr make target (diff) | |
download | linux-f2745dc0ba3dadd8fa2b2c33f48253d78e133a12.tar.xz linux-f2745dc0ba3dadd8fa2b2c33f48253d78e133a12.zip |
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>
Diffstat (limited to 'tools/testing/selftests/arm64/signal/test_signals.h')
-rw-r--r-- | tools/testing/selftests/arm64/signal/test_signals.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/testing/selftests/arm64/signal/test_signals.h b/tools/testing/selftests/arm64/signal/test_signals.h index c70fdec7d7c4..0c645834ddc3 100644 --- a/tools/testing/selftests/arm64/signal/test_signals.h +++ b/tools/testing/selftests/arm64/signal/test_signals.h @@ -9,9 +9,7 @@ #include <ucontext.h> /* - * Using ARCH specific and sanitized Kernel headers installed by KSFT - * framework since we asked for it by setting flag KSFT_KHDR_INSTALL - * in our Makefile. + * Using ARCH specific and sanitized Kernel headers from the tree. */ #include <asm/ptrace.h> #include <asm/hwcap.h> |