mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
27 lines
452 B
Makefile
27 lines
452 B
Makefile
# $NetBSD: Makefile.rumpdev,v 1.11 2015/08/25 00:08:56 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpdev
|
|
|
|
.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>
|