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
Makefile? I have tried but still can not get through this, please
give me a
help!
Are those sources of a single driver, or just subdrivers? FWIW, look
at bsd.subdir.mk
Or you can try writing
SRCS+= osd/something.c engine/something_else.c cam/whatever_that_does.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"