HAMMER 60I/Many: Mirroring
[dragonfly.git] / sys / bus / firewire / Makefile
blobab34ea6500ec0c69ac24f4585e0686585f328dca
1 # $FreeBSD: src/sys/modules/firewire/firewire/Makefile,v 1.2.2.5 2003/04/28 03:29:19 simokawa Exp $
2 # $DragonFly: src/sys/bus/firewire/Makefile,v 1.3 2003/08/15 01:19:50 dillon Exp $
4 # Makefile for the IEEE1394 OHCI chipset
6 KMOD= firewire
7 SRCS = bus_if.h device_if.h pci_if.h \
8 firewire.c firewire.h firewire_phy.h firewirereg.h \
9 fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h \
10 iec13213.h iec68113.h \
11 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
13 .include <bsd.kmod.mk>