Skip to content

Commit d5b6617

Browse files
author
Eric Biggers
committed
lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-files
Make the generated file powerpc/aesp8-ppc.S be removed by 'make clean'. Fixes: 7cf2082 ("lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library") Acked-by: Ard Biesheuvel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Eric Biggers <[email protected]>
1 parent ebba09f commit d5b6617

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/crypto/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ libaes-$(CONFIG_SPARC) += sparc/aes_asm.o
5555
libaes-$(CONFIG_X86) += x86/aes-aesni.o
5656
endif # CONFIG_CRYPTO_LIB_AES_ARCH
5757

58+
# clean-files must be defined unconditionally
59+
clean-files += powerpc/aesp8-ppc.S
60+
5861
################################################################################
5962

6063
obj-$(CONFIG_CRYPTO_LIB_AESCFB) += libaescfb.o

0 commit comments

Comments
 (0)