NetBSD/sys/dev/ieee1394/Makefile
haya 805040f592 New Feature: add pseudo device for IEEE 1394 isochronous stream and
isochronous reception routine for IEEE 1394 OHCI (fwohci).  The
transmission part is under construction.

The minimum configuration options for this feature are:

# IEEE 1394 (i.LINK)
fwohci*	at pci? dev ? function ?
pseudo-device	fwiso		1
2002-12-04 00:28:39 +00:00

9 lines
189 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/12/04 00:28:44 haya Exp $
INCSDIR= /usr/include/dev/ieee1394
# Only install includes which are used by userland
INCS= fwiso_ioctl.h
.include <bsd.kinc.mk>