]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/firewire/firewire/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>