diff options
author | Nathan Lynch <nathanl@linux.ibm.com> | 2024-06-03 15:01:03 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-06-04 09:45:46 +0200 |
commit | 2b85b7fb1376481f7d4c2cf92e5da942f06b2547 (patch) | |
tree | f6300ae812d4f2bd6c4123d355e4d3ba96dab87f | |
parent | Linux 6.10-rc2 (diff) | |
download | linux-2b85b7fb1376481f7d4c2cf92e5da942f06b2547.tar.xz linux-2b85b7fb1376481f7d4c2cf92e5da942f06b2547.zip |
powerpc/crypto: Add generated P8 asm to .gitignore
Looks like drivers/crypto/vmx/.gitignore should have been merged into
arch/powerpc/crypto/.gitignore as part of commit
109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto") so that all
generated asm files are ignored.
Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Fixes: 109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240603-powerpc-crypto-ignore-p8-asm-v1-1-05843fec2bb7@linux.ibm.com
-rw-r--r-- | arch/powerpc/crypto/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore index e1094f08f713..e9fe73aac8b6 100644 --- a/arch/powerpc/crypto/.gitignore +++ b/arch/powerpc/crypto/.gitignore @@ -1,3 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only aesp10-ppc.S +aesp8-ppc.S ghashp10-ppc.S +ghashp8-ppc.S |