- From: Sam Ravnborg <sam_at_ravnborg.org>
- Date: Sat, 2 Aug 2003 09:04:22 +0200
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
Received on 2003-08-02Z06:04:22