xref: /src/sys/modules/firewire/firewire/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
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