]> git.baikalelectronics.ru Git - kernel.git/commit
lib/raid6: Fix arm64 test build
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 6 Nov 2018 00:14:41 +0000 (18:14 -0600)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 6 Nov 2018 17:12:44 +0000 (17:12 +0000)
commit999409df5b7acd619d1f0f0c71818119de7ca28d
tree09f916e9cfae5d5eff933204a8f2aeb3a2d36c12
parent9cd3533b014debb1272f30d0cef8839338cbc284
lib/raid6: Fix arm64 test build

The lib/raid6/test fails to build the neon objects
on arm64 because the correct machine type is 'aarch64'.

Once this is correctly enabled, the neon recovery objects
need to be added to the build.

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
lib/raid6/test/Makefile