diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2017-09-16 11:01:16 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-16 10:58:48 -0700 |
commit | df85b2d767aad90fd2746f993fcd66dd322768f8 (patch) | |
tree | c2a2ab7761d941750255218b0a08cbbec10f95ad /firmware/.gitignore | |
parent | 7318413077a5141a50a753b1fab687b7907eef16 (diff) | |
download | talos-obmc-linux-df85b2d767aad90fd2746f993fcd66dd322768f8.tar.gz talos-obmc-linux-df85b2d767aad90fd2746f993fcd66dd322768f8.zip |
firmware: Restore support for built-in firmware
Commit 5620a0d1aac ("firmware: delete in-kernel firmware") removed the
entire firmware directory. Unfortunately it thereby also removed the
support for built-in firmware.
This restores the ability to build firmware directly into the kernel by
pruning the original Makefile to the necessary minimum. The default for
EXTRA_FIRMWARE_DIR is now the standard directory /lib/firmware/.
Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware")
Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Acked-by: Greg K-H <gregkh@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'firmware/.gitignore')
-rw-r--r-- | firmware/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/.gitignore b/firmware/.gitignore new file mode 100644 index 000000000000..d9c69017bc9a --- /dev/null +++ b/firmware/.gitignore @@ -0,0 +1,6 @@ +*.gen.S +*.fw +*.bin +*.csp +*.dsp +ihex2fw |