Fix 'make clean' and .gitignore for firmware/ directory.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 16 Jul 2008 05:54:04 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Jul 2008 14:34:18 +0000 (07:34 -0700)
commitd25dc7fd4740decf4c66e2f17dbaa288448fabd5
treeaec546418d8d003c262e9730e8ed4a3e213df3cd
parent45158894d4d6704afbb4cefe55e5f6ca279fe12a
Fix 'make clean' and .gitignore for firmware/ directory.

Provide a .gitignore file, and fix a typo which prevented some of the
generated binary files from being removed on 'make clean'.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Reported-and-tested-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
firmware/.gitignore [new file with mode: 0644]
firmware/Makefile