summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-08-03 11:31:23 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-08-03 11:31:23 +0200
commit32a2a5ff57851ba042dcd2352c7ec0aa96d242bf (patch)
treefc91c7ed9eb2d4c153cd692035ea36014fd257dc /INSTALL
parent5d240a7d7f05be93610bae704a8bb4415907d247 (diff)
parente387412c0ad4e033e240cdaf43dd4fc4c16e1245 (diff)
downloadmediapointer-dvb-s2-32a2a5ff57851ba042dcd2352c7ec0aa96d242bf.tar.gz
mediapointer-dvb-s2-32a2a5ff57851ba042dcd2352c7ec0aa96d242bf.tar.bz2
merge from main
From: Patrick Boettcher <pb@linuxtv.org> merge from main Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index d71688cdf..94823d422 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ Mauro Carvalho Chehab 2006 Apr 26
V4L/DVB building procedures are based at the use of Makefile rules.
Those rules are close tho the ones at Linux Kernel, to allow an easier
-usage.
+usage.
=======================================================================
Quick building procedure is:
@@ -25,7 +25,7 @@ distclean - Cleans compiled files from the tree,
version.
default - Continues building the latest module selection
- This is the behavior when just typed:
+ This is the behavior when just typed:
make
install - Installs all modules at kernel's default dir
@@ -54,11 +54,11 @@ menuconfig - Generate a ncurses menu. Requires full
kernel source, since it depends on kernel's
mconf and lxconfig stripts;
-release - Allows changing kernel version.
+release - Allows changing kernel version.
Typical usage is:
make release VER=2.6.12-18mdk
(to force compiling to 2.6.12-18mdk)
- (This will work only if
+ (This will work only if
/lib/modules/2.6.12-18mdk/build/
points to that kernel version)
Or