d5655dad92038909fdedda16135212972db365a7
[dragonfly.git] / sys / bus / firewire / Makefile
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.2 2003/06/17 04:28:44 dillon Exp $
3
4 # Makefile for the IEEE1394 OHCI chipset
5
6 .PATH: ${.CURDIR}/../../../dev/firewire
7
8 KMOD= firewire
9 SRCS    = bus_if.h device_if.h pci_if.h \
10           firewire.c firewire.h firewire_phy.h firewirereg.h \
11           fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h \
12           iec13213.h iec68113.h \
13           fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
14
15 .include <bsd.kmod.mk>
16