Re: help:Makefile template for device drivers with multiple directories

2006-06-09 Thread Hans Petter Selasky
On Friday 09 June 2006 04:16, [EMAIL PROTECTED] wrote: > My problem seems to be very special. My driver module is a single one, but > I want to build only one object for each directory (such as osd.o: osd/*.c; > engine.o: engine/*.c; cam.o:cam/*.c). And my driver module (such as > Shasta.ko) is con

Re: help:Makefile template for device drivers with multiple directories

2006-06-08 Thread Hans Petter Selasky
On Thursday 08 June 2006 12:13, [EMAIL PROTECTED] wrote: > Hi guys: > > > > Need your helps again! The following is a Makefile template for a device > driver in FreeBSD. But when my driver source codes locate in multiple > directories (such as under osd/, engine/, and cam/), how to write the > Make

Re: help:Makefile template for device drivers with multiple directories

2006-06-08 Thread Artem Ignatiev
On 08.06.2006, at 14:13, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Need your helps again! The following is a Makefile template for a device driver in FreeBSD. But when my driver source codes locate in multiple directories (such as under osd/, engine/, and cam/), how to write the Makef

help:Makefile template for device drivers with multiple directories

2006-06-08 Thread hongz
Hi guys: Need your helps again! The following is a Makefile template for a device driver in FreeBSD. But when my driver source codes locate in multiple directories (such as under osd/, engine/, and cam/), how to write the Makefile? I have tried but still can not get through this, please give me