]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest/arm64: Fix ABI header directory location
authorMark Brown <broonie@kernel.org>
Tue, 3 May 2022 23:16:55 +0000 (00:16 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 4 May 2022 09:02:36 +0000 (10:02 +0100)
commitfa5242616237e26693f292b5c96b3afd0486ec8b
tree9e7cb862ead6fd5d716dc43f8ad0d4d8a3707773
parentfb7f0b71f1a2bfa06469e2e8aad962d1fc98eb9d
kselftest/arm64: Fix ABI header directory location

Currently the arm64 kselftests attempt to locate the ABI headers using
custom logic which doesn't work correctly in the case of out of tree builds
if KBUILD_OUTPUT is not specified. Since lib.mk defines KHDR_INCLUDES with
the appropriate flags we can simply remove the custom logic and use that
instead.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220503231655.211346-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/Makefile