Re: Prosaic firmware issues
From: Linus Torvalds
Date: Tue Jul 15 2008 - 21:46:56 EST
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/