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

Indexes created Mon Jan 12 22:09:36 GMT 2026