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)
commite2a280d28d32d2cf7eaa2b1cecefd079b24c0245
treedef167eb58458f3f766f66777d6924bbabfa56be
parenta721588d9475cbbf9e8b3ae1a69b1dea88d01653
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: 72ad21075df8 ("lib/raid6: refactor unroll rules with pattern rules")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
lib/raid6/Makefile