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

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

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

KMOD=	ehci
SRCS=	bus_if.h device_if.h \
	opt_usb.h \
	ehci_pci.c ehci.c ehcireg.h ehcivar.h \
	pci_if.h

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