Makefile.rump revision 1.10
11.10Spooka# $NetBSD: Makefile.rump,v 1.10 2008/07/29 13:17:41 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaWARNS?= 4 51.10SpookaNOLINT= # kernel code 61.1Spooka 71.10SpookaCFLAGS+= -ffreestanding 81.10SpookaCPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DDIAGNOSTIC 91.10SpookaCPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS} 101.1SpookaCPPFLAGS+= -I${.CURDIR} -I. 111.10SpookaCPPFLAGS+= -I${RUMPTOP}/../../common/include 121.10SpookaCPPFLAGS+= -nostdinc -I${RUMPTOP}/.. 131.10Spooka#CPPFLAGS+= -DDEBUG 141.1Spooka 151.10Spooka# If an options are changed, trigger a rebuild 161.10Spooka${SRCS:S/.c/.o/g}: ${RUMPTOP}/Makefile.rump 17