]> git.baikalelectronics.ru Git - kernel.git/commit
lib/raid6: fix unnecessary rebuild of vpermxor*.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 30 Jul 2019 16:40:42 +0000 (01:40 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 31 Jul 2019 15:09:49 +0000 (00:09 +0900)
commit1b2e98c2a407221fb2d98c1ac9075ff5694ee466
treedef167eb58458f3f766f66777d6924bbabfa56be
parent1e68e6bca3d6c115627faaa6b6375899e78344fa
lib/raid6: fix unnecessary rebuild of vpermxor*.c

The following four files are every time rebuilt:

  UNROLL  lib/raid6/vpermxor1.c
  UNROLL  lib/raid6/vpermxor2.c
  UNROLL  lib/raid6/vpermxor4.c
  UNROLL  lib/raid6/vpermxor8.c

Fix the suffixes in the targets.

Fixes: 1d4393d8df54 ("lib/raid6: refactor unroll rules with pattern rules")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
lib/raid6/Makefile