lkml.org 
[lkml]   [2003]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
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    [W:0.037 / U:0.948 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site