]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1e6e90b813674299d5dfb5be95fd3abf637d99c
treef289bb81a8ec81dbe82fbc314f39a07f8df1d562
parent3e902899b7f3b059d9156719314dd7886b80ea6d
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]