crypto: vmx - Align the short log with Makefile cleanups
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 May 2022 13:07:49 +0000 (22:07 +0900)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 May 2022 10:16:56 +0000 (18:16 +0800)
commitb52455a73db95ef90fd3c2be84db77b55be43f46
treea46b887f5a8b7bfc0358cc63cc60577b67c44a0a
parent0a2f4b5785ca5e9c5bc2d4e59183e016096ee889
crypto: vmx - Align the short log with Makefile cleanups

I notieced the log is not properly aligned:

  PERL drivers/crypto/vmx/aesp8-ppc.S
  CC [M]  fs/xfs/xfs_reflink.o
  PERL drivers/crypto/vmx/ghashp8-ppc.S
  CC [M]  drivers/crypto/vmx/aes.o

Add some spaces after 'PERL'.

While I was here, I cleaned up the Makefile:

 - Merge the two similar rules

 - Remove redundant 'clean-files' (Having 'targets' is enough)

 - Move the flavour into the build command

This still avoids the build failures fixed by commit 4ee812f6143d
("crypto: vmx - Avoid weird build failures").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/vmx/Makefile