Makefile revision 1.3
11.3Spooka# $NetBSD: Makefile,v 1.3 2015/10/19 16:16:33 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaRUMPTOP=${TOPRUMP} 51.1Spooka 61.1Spooka.PATH: ${RUMPTOP}/../dev/pci ${RUMPTOP}/../dev/usb 71.1Spooka 81.1SpookaLIB= rumpdev_pci_usbhc 91.3SpookaCOMMENT=PCI USB host controller drivers 101.3Spooka 111.1SpookaIOCONF= PCI_USBHC.ioconf 121.1SpookaSRCS= usbhc_at_pci.c 131.1Spooka 141.1SpookaSRCS+= ohci_pci.c ohci.c 151.1SpookaSRCS+= uhci_pci.c uhci.c 161.1SpookaSRCS+= ehci_pci.c ehci.c 171.1SpookaSRCS+= usb_pci.c 181.1Spooka 191.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev 201.1Spooka 211.1Spooka.include "${RUMPTOP}/Makefile.rump" 221.1Spooka.include <bsd.lib.mk> 231.1Spooka.include <bsd.klinks.mk> 24