summaryrefslogtreecommitdiffstats
path: root/sys/modules/ohci/Makefile
blob: 59fcf76773bd1f307e861c425f97b3131e81342a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

S=	${.CURDIR}/../..

.PATH: $S/dev/usb $S/pci

KMOD=	ohci
SRCS=	bus_if.h device_if.h \
	opt_usb.h \
	ohci_pci.c ohci.c ohcireg.h ohcivar.h \
	pci_if.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud