Makefile revision 1.4
11.4Spooka# $NetBSD: Makefile,v 1.4 2014/08/22 14:28:58 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaRUMPTOP= ${TOPRUMP} 51.1Spooka 61.1Spooka.PATH: ${RUMPTOP}/../dev/pci 71.1Spooka 81.1SpookaLIB= rumpdev_pci 91.1SpookaIOCONF= PCI.ioconf 101.1Spooka 111.1SpookaSRCS+= pci.c pci_map.c pci_quirks.c pci_subr.c pci_stub.c pci_usrreq.c 121.1SpookaSRCS+= pcibusprint.c 131.1Spooka 141.1SpookaSRCS+= rumpdev_pci.c 151.1Spooka 161.1Spooka# ok, these don't _really_ belong here, but it's the only 171.1Spooka# place they're currently useful, so let it slide 181.1SpookaSRCS+= rumpdev_bus_space.c 191.1SpookaSRCS+= rumpdev_bus_dma.c 201.1Spooka 211.1SpookaSRCS+= pci_at_mainbus.c 221.1Spooka 231.1SpookaCPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpkern 241.2SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs 251.1Spooka 261.4Spooka.if ${RUMP_PCI_IOSPACE:Uno} == "yes" 271.4SpookaCPPFLAGS+=-DRUMP_PCI_IOSPACE 281.4Spooka.endif 291.4Spooka 301.3Spooka.if defined(RUMP_PCI_USER) 311.3SpookaRUMPCOMP_USER_SRCS= ${RUMP_PCI_USER} 321.3SpookaRUMPCOMP_INCS_DIR:= ${.PARSEDIR} 331.3SpookaRUMPCOMP_USER_CPPFLAGS=-I${RUMPCOMP_INCS_DIR} 341.3Spooka.endif 351.1Spooka 361.1Spooka.include "${RUMPTOP}/Makefile.rump" 371.1Spooka.include <bsd.lib.mk> 381.1Spooka.include <bsd.klinks.mk> 39