lkml.org 
[lkml]   [2003]   [Aug]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 2 Aug 2003 09:04:22 +0200
FromSam Ravnborg <>
SubjectRe: compiling external kernel modules (comedi.org)
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/

\
 
 \ /
  Last update: 2005-03-22 13:47    [from the cache]
©2003-2008