Makefile.rump revision 1.11
1#	$NetBSD: Makefile.rump,v 1.11 2008/07/29 20:18:25 pooka Exp $
2#
3
4WARNS?=		4
5NOLINT=		# kernel code
6
7CFLAGS+=	-ffreestanding
8CPPFLAGS+=	-D_KERNEL -D_RUMPKERNEL -DDIAGNOSTIC
9CPPFLAGS:=	-I${RUMPTOP}/include ${CPPFLAGS}
10CPPFLAGS+=	-I${.CURDIR} -I. 
11CPPFLAGS+=	-I${RUMPTOP}/../../common/include
12CPPFLAGS+=	-nostdinc -I${RUMPTOP}/..
13#CPPFLAGS+=	-DDEBUG
14
15RUMPKERNEL=	This is NetBSD and I am the rump.  Good evening.
16
17# If an options are changed, trigger a rebuild
18${SRCS:S/.c/.o/g}: ${RUMPTOP}/Makefile.rump
19