Makefile.rump revision 1.12
11.12Spooka# $NetBSD: Makefile.rump,v 1.12 2008/10/09 13:40:38 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1SpookaWARNS?= 4 51.10SpookaNOLINT= # kernel code 61.1Spooka 71.10SpookaCFLAGS+= -ffreestanding 81.12SpookaCPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -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.11SpookaRUMPKERNEL= This is NetBSD and I am the rump. Good evening. 161.11Spooka 171.10Spooka# If an options are changed, trigger a rebuild 181.10Spooka${SRCS:S/.c/.o/g}: ${RUMPTOP}/Makefile.rump 19