Cross Reference: Makefile.rumpdev
xref: /src/sys/rump/librump/rumpdev/Makefile.rumpdev
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/librump/rumpdev/
Makefile.rumpdev revision 1.11
1#	$NetBSD: Makefile.rumpdev,v 1.11 2015/08/25 00:08:56 pooka Exp $
2#
3
4LIB=	rumpdev
5
6.PATH:	${RUMPTOP}/librump/rumpdev				\
7	${RUMPTOP}/../kern					\
8	${RUMPTOP}/../dev
9
10IOCONFDIR:=	${.PARSEDIR}
11IOCONF=		MAINBUS.ioconf
12
13SRCS=	rump_dev.c autoconf.c
14
15# sys/kern
16SRCS+=	kern_pmf.c subr_autoconf.c
17
18# sys/dev
19SRCS+=	dev_verbose.c
20
21CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
22
23.include "${RUMPTOP}/Makefile.rump"
24
25.include <bsd.lib.mk>
26.include <bsd.klinks.mk>
27

Indexes created Wed Dec 17 17:09:31 GMT 2025