diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |