# $NetBSD: Makefile.rump,v 1.10 2008/07/29 13:17:41 pooka Exp $ # WARNS?= 4 NOLINT= # kernel code CFLAGS+= -ffreestanding CPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DDIAGNOSTIC CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS} CPPFLAGS+= -I${.CURDIR} -I. CPPFLAGS+= -I${RUMPTOP}/../../common/include CPPFLAGS+= -nostdinc -I${RUMPTOP}/.. #CPPFLAGS+= -DDEBUG # If an options are changed, trigger a rebuild ${SRCS:S/.c/.o/g}: ${RUMPTOP}/Makefile.rump