[6657] in linux-scsi channel archive
Re: Really stupid question, but...
daemon@ATHENA.MIT.EDU (Ph. Marek)
Fri Jun 11 01:22:18 1999
Date: Fri, 11 Jun 1999 07:26:42 +0200
To: Srdjan Sobajic <sobajic@qua.crl.melco.co.jp>
From: "Ph. Marek" <marek@bmlv.gv.at>
Cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <37608F15.583E18B8@qua.crl.melco.co.jp>
>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 majordomo@vger.rutgers.edu