#	$NetBSD: Makefile.rumpdev,v 1.12 2015/10/19 16:16:38 pooka Exp $
#

LIB=	rumpdev
COMMENT=Rump kernel device faction

.PATH:	${RUMPTOP}/librump/rumpdev				\
	${RUMPTOP}/../kern					\
	${RUMPTOP}/../dev

IOCONFDIR:=	${.PARSEDIR}
IOCONF=		MAINBUS.ioconf

SRCS=	rump_dev.c autoconf.c

# sys/kern
SRCS+=	kern_pmf.c subr_autoconf.c

# sys/dev
SRCS+=	dev_verbose.c

CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern

.include "${RUMPTOP}/Makefile.rump"

.include <bsd.lib.mk>
.include <bsd.klinks.mk>
