1 1.3.2.2 rmind # $NetBSD: Makefile,v 1.3.2.2 2014/05/18 17:46:15 rmind Exp $ 2 1.3.2.2 rmind # 3 1.3.2.2 rmind 4 1.3.2.2 rmind RUMPTOP= ${TOPRUMP} 5 1.3.2.2 rmind 6 1.3.2.2 rmind .PATH: ${RUMPTOP}/../dev/pci 7 1.3.2.2 rmind 8 1.3.2.2 rmind LIB= rumpdev_pci 9 1.3.2.2 rmind IOCONF= PCI.ioconf 10 1.3.2.2 rmind 11 1.3.2.2 rmind SRCS+= pci.c pci_map.c pci_quirks.c pci_subr.c pci_stub.c pci_usrreq.c 12 1.3.2.2 rmind SRCS+= pcibusprint.c 13 1.3.2.2 rmind 14 1.3.2.2 rmind SRCS+= rumpdev_pci.c 15 1.3.2.2 rmind 16 1.3.2.2 rmind # ok, these don't _really_ belong here, but it's the only 17 1.3.2.2 rmind # place they're currently useful, so let it slide 18 1.3.2.2 rmind SRCS+= rumpdev_bus_space.c 19 1.3.2.2 rmind SRCS+= rumpdev_bus_dma.c 20 1.3.2.2 rmind 21 1.3.2.2 rmind SRCS+= pci_at_mainbus.c 22 1.3.2.2 rmind 23 1.3.2.2 rmind CPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpkern 24 1.3.2.2 rmind CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs 25 1.3.2.2 rmind 26 1.3.2.2 rmind .if defined(RUMP_PCI_USER) 27 1.3.2.2 rmind RUMPCOMP_USER_SRCS= ${RUMP_PCI_USER} 28 1.3.2.2 rmind RUMPCOMP_INCS_DIR:= ${.PARSEDIR} 29 1.3.2.2 rmind RUMPCOMP_USER_CPPFLAGS=-I${RUMPCOMP_INCS_DIR} 30 1.3.2.2 rmind .endif 31 1.3.2.2 rmind 32 1.3.2.2 rmind .include "${RUMPTOP}/Makefile.rump" 33 1.3.2.2 rmind .include <bsd.lib.mk> 34 1.3.2.2 rmind .include <bsd.klinks.mk> 35