summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libpci_usbhc/Makefile
blob: 5a14eab08deef0419fd56fc24d49e2252e5194be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	$NetBSD: Makefile,v 1.6 2020/11/06 15:35:33 christos Exp $
#

RUMPTOP=${TOPRUMP}

.PATH:	${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/usb

LIB=	rumpdev_pci_usbhc
COMMENT=PCI USB host controller drivers

IOCONF=	PCI_USBHC.ioconf
RUMP_COMPONENT=ioconf

SRCS+=	ohci_pci.c ohci.c
SRCS+=	uhci_pci.c uhci.c
SRCS+=	ehci_pci.c ehci.c
SRCS+=	xhci_pci.c xhci.c
SRCS+=	usb_pci.c

CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev

.include "${RUMPTOP}/Makefile.rump"
.include <bsd.lib.mk>
.include <bsd.klinks.mk>