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

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

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

KMOD=	uhci
SRCS=	bus_if.h device_if.h \
	opt_usb.h \
	uhci_pci.c uhci.c uhcireg.h uhcivar.h \
	pci_if.h

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