]> 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)
commit0bffefa6dcd622e5c6367eae35571af49495d5e4
tree9e7cb862ead6fd5d716dc43f8ad0d4d8a3707773
parentaaaab5ce1b0839d2add5534d17a9eaf91a048c5f
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