Results 1 to 4 of 4
how do i compile 1 or 2 extra modules that i kinda missed when mkaing my kernel modules. i really dont feel like waiting 20 minutes to recompile all the ...
- 09-09-2003 #1Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
how to complile individual modules?
how do i compile 1 or 2 extra modules that i kinda missed when mkaing my kernel modules. i really dont feel like waiting 20 minutes to recompile all the modules for the sake of 2 files.
i kinda forgot to turn on automount (mdk kernel) but it did by default have automounter version 4 support. so if i can just change it to use this instead of whatever im using now (v1 or 2 i guess coz v4 says it suports v3) that would help too. I know the cd drives are detected coz they show up (and are useable as /dev/scd0 and scd1)
- 09-09-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
When you reconfig the kernel, don't do a make clean, just make, make modules, ect. It will just recompile the files which changed were made to.
- 09-09-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You don't even have to run "make", since the core kernel image doesn't need to be remade. If you have only enabled more modules, "make modules && make modules_install" will do.
- 09-10-2003 #4Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
thanks ppl


Reply With Quote
