]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/firewire/firewire/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / firewire / firewire / Makefile
1 # $FreeBSD$
2
3 # Makefile for the IEEE1394 OHCI chipset
4
5 .PATH: ${.CURDIR}/../../../dev/firewire
6
7 KMOD= firewire
8 SRCS    = 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>