diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 00:37:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 00:37:25 -0300 |
commit | c49e3088c034e1fc59f27b9a97ba1e1d3590320a (patch) | |
tree | f8e236053be3226c1eeae03223a729d0c6e88304 /INSTALL | |
parent | e073c4802611d884e129fb37edd1ec9ca41ed50c (diff) | |
download | mediapointer-dvb-s2-c49e3088c034e1fc59f27b9a97ba1e1d3590320a.tar.gz mediapointer-dvb-s2-c49e3088c034e1fc59f27b9a97ba1e1d3590320a.tar.bz2 |
Complete firmware compilation scripts
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This patch completes firmware compilation scripts:
- linux/firmware/Makefile is just a copy of kernel script make file. It is not
currently used by the building system;
- Added two new targets for firmware compilation and instalation;
- Fixes the COPYING file to explicitly state that the firmwares aren't covered
by GPL;
- make distclean will also cleanup the firmwares.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -36,6 +36,15 @@ rminstall - cleans previous installations of V4L/DVB modules sound-install - installs the sound modules related to V4L/DVB tree. +====================== +Firmware rules: + +firmware - Create the firmware files that are enclosed at the + tree. + Notice: Only a very few firmwares are currently here + +firmware_install- Install firmware files under /lib/firmware + ======================= Module selection rules: (Those may require write access to kernel tree) |