xref: /dragonfly/sys/bus/firewire/Makefile (revision 0ca59c34)
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 $
3
4# Makefile for the IEEE1394 OHCI chipset
5
6KMOD= firewire
7SRCS	= 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
12
13.include <bsd.kmod.mk>
14
15