Makefile revision 1.3
11.3Spooka# $NetBSD: Makefile,v 1.3 2014/04/14 23:53:42 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.3Spooka.if defined(RUMP_PCI_USER) 271.3SpookaRUMPCOMP_USER_SRCS= ${RUMP_PCI_USER} 281.3SpookaRUMPCOMP_INCS_DIR:= ${.PARSEDIR} 291.3SpookaRUMPCOMP_USER_CPPFLAGS=-I${RUMPCOMP_INCS_DIR} 301.3Spooka.endif 311.1Spooka 321.1Spooka.include "${RUMPTOP}/Makefile.rump" 331.1Spooka.include <bsd.lib.mk> 341.1Spooka.include <bsd.klinks.mk> 35