On 17 Oct, Marc Blumentritt wrote: > Hi, > > two questions: > > 1.) I want to build a kernel, which is nearly monolithic. Everything, > which can be build inside of kernel is built inside of kernel. But I > also need some external modules (lirc). Do I have to run > > make modules_install
If nothing in the config file is marked 'M' (module) you don't need to run this. But to be sure, just run it - it's extremely fast. > > if I do not build any modules but use external modules like lirc? > > 2.) If I have to run "make modules_install", can I do this before I run > "make" to compile the kernel image? No. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany -- [EMAIL PROTECTED] mailing list

