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: 7cf2082e74 ("lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library")
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260317044925.104184-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
Eric Biggers
2026-03-16 21:49:25 -07:00
parent ebba09f198
commit d5b66179b0

View File

@@ -55,6 +55,9 @@ libaes-$(CONFIG_SPARC) += sparc/aes_asm.o
libaes-$(CONFIG_X86) += x86/aes-aesni.o libaes-$(CONFIG_X86) += x86/aes-aesni.o
endif # CONFIG_CRYPTO_LIB_AES_ARCH endif # CONFIG_CRYPTO_LIB_AES_ARCH
# clean-files must be defined unconditionally
clean-files += powerpc/aesp8-ppc.S
################################################################################ ################################################################################
obj-$(CONFIG_CRYPTO_LIB_AESCFB) += libaescfb.o obj-$(CONFIG_CRYPTO_LIB_AESCFB) += libaescfb.o