# $NetBSD: Makefile,v 1.4 2015/11/11 21:52:46 pooka Exp $ # RUMPTOP=${TOPRUMP} .PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/usb LIB= rumpdev_pci_usbhc COMMENT=PCI USB host controller drivers IOCONF= PCI_USBHC.ioconf COMPONENT_SIMPLE= pci_usbhc SRCS+= ohci_pci.c ohci.c SRCS+= uhci_pci.c uhci.c SRCS+= ehci_pci.c ehci.c SRCS+= usb_pci.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev .include "${RUMPTOP}/Makefile.rump" .include .include