aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-08-20 22:11:09 +0200
committerJaroslav Kysela <perex@perex.cz>2010-08-20 22:11:09 +0200
commit7c063334cb8056a6386ce31c40301e3f5e97048e (patch)
tree69c93d0735d253a78403103f5e27021b820f2a1b
parent9f4083c4f69642bcf753358b66a26fb68f10a863 (diff)
downloadalsa-driver-build-unstable-7c063334cb8056a6386ce31c40301e3f5e97048e.tar.gz
INSTALL: More explanations to compilation Linux kernel tree
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--INSTALL14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 641f12d2b..9f9b6fc2b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -190,7 +190,9 @@ For compilation you can use these commands:
make dep
make
-The included gitcompile script does this job for you.
+The included gitcompile script does this job for you. The ALSAKERNELDIR
+can be eighter alsa-kmirror tree or whole Linux 2.6 source tree (see
+"Compilation from Linux kernel tree").
Note: Some automake packages have missing aclocal program. Use newer version
in the case.
@@ -208,6 +210,16 @@ configuration in the kernel tree. In other words, the currently running
kernel version and the kernel version in the kernel tree need not be
identical.
+Two ways are available:
+
+Use gitcompile script directly:
+-------------------------------
+
+ ALSAKERNELDIR=<YOUR-LINUX-KERNEL-TREE-PATH> ./gitcompile
+
+Use utils/setup-alsa-kernel script:
+-----------------------------------
+
In this case, run utils/setup-alsa-kernel script in alsa-driver directory:
utils/setup-alsa-kernel YOUR-LINUX-KERNEL-TREE-PATH