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