Re: compiling external kernel modules (comedi.org)

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sat Aug 02 2003 - 02:04:22 EST


On Sat, Aug 02, 2003 at 02:04:06AM +0100, Bernd Porr wrote:
> Hi all,
>
> I'm trying to compile comedi on 2.6-test2. The very naive way (with
> configure) does not work (as expected). However, comedi conforms
> (mainly) to the kernel makefile convention. So I tried this:
>
> make -C /usr/src/linux-2.6.0-test2
> SUBDIRS=/home/bp1/c/usb/2.6/comedi/comedi/ V=1

When compiling modules use:
make -C /usr/src/linux-2.6.0-test2 SUBDIRS=$PWD V=1 modules
See the added "modules" target.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:18 EST