1# $FreeBSD$
2
3# Makefile for the IEEE1394 OHCI chipset
4
5.PATH: ${SRCTOP}/sys/dev/firewire
6
7KMOD= firewire
8SRCS	= bus_if.h device_if.h pci_if.h \
9	  firewire.c firewire.h firewire_phy.h firewirereg.h \
10	  fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h \
11	  iec13213.h iec68113.h \
12	  fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
13
14EXPORT_SYMS=	YES
15
16.include <bsd.kmod.mk>
17