[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0807151843240.2835@woody.linux-foundation.org>
Date: Tue, 15 Jul 2008 18:45:42 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Alexey Dobriyan <adobriyan@...il.com>
cc: Jeff Garzik <jeff@...zik.org>, Frans Pop <elendil@...net.nl>,
david@...g.hm, Marcel Holtmann <marcel@...tmann.org>,
David Woodhouse <dwmw2@...radead.org>, arjan@...radead.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
linux-kernel@...r.kernel.org
Subject: Re: Prosaic firmware issues
On Wed, 16 Jul 2008, Alexey Dobriyan wrote:
>
> Could somebody from firmware people fix boring stuff, please:
>
> 1) after allyesconfig build, git-status show plenty of crap:
Something like the appended, perhaps?
(I'm not going to commit it, I want some firmware person to double-check
it).
> 2) after "make mrproper" after allyesconfig, some files aren't removed,
> use "git-ls-files -o" to see them.
Ok, that needs some Makefile magic. git magic I can do.
Linus
---
firmware/.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 firmware/.gitignore
diff --git a/firmware/.gitignore b/firmware/.gitignore
new file mode 100644
index 0000000..9ade43a
--- /dev/null
+++ b/firmware/.gitignore
@@ -0,0 +1,2 @@
+*.gen.S
+*.fw
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists