Home
last modified time | relevance | path

Searched hist:"4062 eba9f3d072e72645860fbc5d160428a75c50" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile4062eba9f3d072e72645860fbc5d160428a75c50 Wed Jul 13 01:33:43 CDT 2022 Guillaume Tucker <guillaume.tucker@collabora.com> 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>