]> www.infradead.org Git - users/dwmw2/linux.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)
commitae60e0763e97e977b03af1ac6ba782a4a86c3a5a
tree9e7cb862ead6fd5d716dc43f8ad0d4d8a3707773
parentaca43ad51661d46b0083614a5b75b6cb90c30741
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