1# $NetBSD: Makefile,v 1.5 2015/11/16 23:27:08 pooka Exp $ 2# 3 4RUMPTOP=${TOPRUMP} 5 6.PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/usb 7 8LIB= rumpdev_pci_usbhc 9COMMENT=PCI USB host controller drivers 10 11IOCONF= PCI_USBHC.ioconf 12RUMP_COMPONENT=ioconf 13 14SRCS+= ohci_pci.c ohci.c 15SRCS+= uhci_pci.c uhci.c 16SRCS+= ehci_pci.c ehci.c 17SRCS+= usb_pci.c 18 19CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev 20 21.include "${RUMPTOP}/Makefile.rump" 22.include <bsd.lib.mk> 23.include <bsd.klinks.mk> 24