xref: /freebsd-13.1/sys/modules/firewire/firewire/Makefile (revision 77ee030b)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2
3# Makefile for the IEEE1394 OHCI chipset
4
5.PATH: ${.CURDIR}/../../../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
16

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026