]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 26 Mar 2020 08:01:04 +0000 (17:01 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:02:00 +0000 (00:02 +0900)
commit1c8dc804f1186b6465c899c39ac4a43cb1000a44
tree78f5336b4086e3ef0509c3475a222982793cc35c
parent10692f514372b1b5ee90adc41e062830de59e011
crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'

poly1305-x86_64-cryptogams.S is a generated file, so it should be
cleaned up by 'make clean'.

Assigning it to the variable 'targets' teaches Kbuild that it is a
generated file. However, this line is not evaluated when cleaning
because scripts/Makefile.clean does not include include/config/auto.conf.

Remove the ifneq-conditional, so this file is correctly cleaned up.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/crypto/Makefile