summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index acf41dbb1..d71688cdf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -58,9 +58,12 @@ 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
- /lib/modules/2.6.12-18mdk/build/
- points to that kernel version
+ (This will work only if
+ /lib/modules/2.6.12-18mdk/build/
+ points to that kernel version)
+ Or
+ make release DIR=~/linux-git
+ (to force using kernel at a specific dir)
To use current kernel version instead:
make release