]> 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)
commit1a1bdeaf52ec74ea753a834b3a6a83e55e963365
tree09f916e9cfae5d5eff933204a8f2aeb3a2d36c12
parentf9cd20c4054b260fcc4859c3f714fa0463cf7a76
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