[PATCH] powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files

Russell Currey ruscur at russell.cc
Thu Jul 13 14:21:45 AEST 2023


aesp10-ppc.S and ghashp10-ppc.S are autogenerated and not tracked by
git, so they should be ignored.  This is doing the same as the P8 files
in drivers/crypto/vmx/.gitignore but for the P10 files in
arch/powerpc/crypto.

Signed-off-by: Russell Currey <ruscur at russell.cc>
---
Fixes: 81d358b118dc ("powerpc/crypto: Fix aes-gcm-p10 link errors")

(but who cares)

 arch/powerpc/crypto/.gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 arch/powerpc/crypto/.gitignore

diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore
new file mode 100644
index 000000000000..e1094f08f713
--- /dev/null
+++ b/arch/powerpc/crypto/.gitignore
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+aesp10-ppc.S
+ghashp10-ppc.S
-- 
2.41.0



More information about the Linuxppc-dev mailing list