firmware: Add firmware installation to modules_install, add firmware_install
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 29 May 2008 08:01:51 +0000 (11:01 +0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:47:34 +0000 (14:47 +0100)
commit88ecf814c47f577248751ddbe9626d98aeef5783
treef289bb81a8ec81dbe82fbc314f39a07f8df1d562
parentd172e7f5c67f2d41f453c7aa83d3bdb405ef8ba5
firmware: Add firmware installation to modules_install, add firmware_install

For 'make modules_install', install any firmware required by
the modules which are being installed.

Also add a 'make firmware_install' target which doesn't depend on the
configuration, but installs _all_ available in-kernel-tree firmware into
$(INSTALL_FW_PATH), which defaults to /lib/firmware. This is intended
for distributors to make arch-independent (and config-independent)
packages containing firmware.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Makefile
firmware/Makefile
scripts/Makefile.fwinst [new file with mode: 0644]