>Hi, 
>
>this is a really stupid question, but I couldn't find an
>answer anywhere... If I have modules enabled in my kernel,
>and have already done make zImage and make modules, but then
>I decide that I want just one more module, how can I build it?
>I have the feeling that I can edit .config manually, and then
>run make dep, but what do i do after that?
>If I try make -C some_directory modules, that doesn't work.
>Is there some trivial way to do this, or do I just have to modify
>the makefile for my module and build it totally independently?
>
>Thanks for any help,
>sds
you can also use make config, make menuconfig, make xconfig or whatever you
want. then simply do a make modules again, followed by make
modules_install, and it should work (always did for me).

Ph.


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to