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.13
1#	$NetBSD: Makefile.rumpdev,v 1.13 2019/05/13 17:49:05 bad Exp $
2#
3
4LIB=	rumpdev
5COMMENT=Rump kernel device faction
6
7.PATH:	${RUMPTOP}/librump/rumpdev				\
8	${RUMPTOP}/../kern					\
9	${RUMPTOP}/../dev
10
11SRCS=	rump_dev.c
12
13# sys/kern
14SRCS+=	kern_pmf.c
15
16# sys/dev
17SRCS+=	dev_verbose.c
18
19CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
20
21.include "${RUMPTOP}/Makefile.rump"
22
23.include <bsd.lib.mk>
24.include <bsd.klinks.mk>
25

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