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