]> git.baikalelectronics.ru Git - kernel.git/commit
Makefile: replace headers_install with headers for kselftest
authorGuillaume Tucker <guillaume.tucker@collabora.com>
Wed, 13 Jul 2022 06:33:43 +0000 (08:33 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 27 Jul 2022 00:06:33 +0000 (18:06 -0600)
commit2a73a8c364ab4062b4b4b2bac43d47d1d1d3ed48
treebe461c0401e375508e947a9ca4a20e2460fdd7b7
parent77c9a7808dac687cdd658c9cad9e7a625eb8b1ee
Makefile: replace headers_install with headers for kselftest

Replace headers_install with headers as kselftest uses the header
files from within the kernel tree rather than from a system-wide
installation.

We can still run this directly:

  $ make O=build kselftest-all

and when building from the selftests directory:

  $ make O=build headers
  $ make O=build -C tools/testing/selftests all

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Reported-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Makefile