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