mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] crypto: vmx - Ignore generated files
@ 2016-07-19 13:36 Paulo Flabiano Smorigo
  2016-07-20 13:15 ` David Laight
  2016-07-20 14:44 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Paulo Flabiano Smorigo @ 2016-07-19 13:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Paulo Flabiano Smorigo, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, Herbert Xu, David S. Miller,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list:CRYPTO API

Ignore assembly files generated by the perl script.

Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
---
 drivers/crypto/vmx/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 drivers/crypto/vmx/.gitignore

diff --git a/drivers/crypto/vmx/.gitignore b/drivers/crypto/vmx/.gitignore
new file mode 100644
index 0000000..af4a7ce
--- /dev/null
+++ b/drivers/crypto/vmx/.gitignore
@@ -0,0 +1,2 @@
+aesp8-ppc.S
+ghashp8-ppc.S
-- 
2.5.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] crypto: vmx - Ignore generated files
  2016-07-19 13:36 [PATCH] crypto: vmx - Ignore generated files Paulo Flabiano Smorigo
@ 2016-07-20 13:15 ` David Laight
  2016-07-20 14:44 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: David Laight @ 2016-07-20 13:15 UTC (permalink / raw)
  To: 'Paulo Flabiano Smorigo', linux-kernel
  Cc: Herbert Xu, Paul Mackerras, open list:CRYPTO API,
	open list:LINUX FOR POWERPC 32-BIT AND 64-BIT, David S. Miller

From:  Paulo Flabiano Smorigo
> Sent: 19 July 2016 14:36
> Ignore assembly files generated by the perl script.
...
> diff --git a/drivers/crypto/vmx/.gitignore b/drivers/crypto/vmx/.gitignore
> new file mode 100644
> index 0000000..af4a7ce
> --- /dev/null
> +++ b/drivers/crypto/vmx/.gitignore
> @@ -0,0 +1,2 @@
> +aesp8-ppc.S
> +ghashp8-ppc.S

Shouldn't the generated files be written to the object tree?

I would hope the linux kernel builds from a readonly source tree.

	David

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: vmx - Ignore generated files
  2016-07-19 13:36 [PATCH] crypto: vmx - Ignore generated files Paulo Flabiano Smorigo
  2016-07-20 13:15 ` David Laight
@ 2016-07-20 14:44 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2016-07-20 14:44 UTC (permalink / raw)
  To: Paulo Flabiano Smorigo
  Cc: linux-kernel, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, David S. Miller,
	open list:LINUX FOR POWERPC (32-BIT AND 64-BIT),
	open list:CRYPTO API

On Tue, Jul 19, 2016 at 10:36:26AM -0300, Paulo Flabiano Smorigo wrote:
> Ignore assembly files generated by the perl script.
> 
> Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-20 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 13:36 [PATCH] crypto: vmx - Ignore generated files Paulo Flabiano Smorigo
2016-07-20 13:15 ` David Laight
2016-07-20 14:44 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome