Makefile.rumpdev revision 1.10
1# $NetBSD: Makefile.rumpdev,v 1.10 2015/05/20 11:22:54 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 -I${RUMPTOP}/librump/rumpdev/opt 22 23.include "${RUMPTOP}/Makefile.rump" 24 25.include <bsd.lib.mk> 26.include <bsd.klinks.mk> 27