Compile all rump kernel portions with -DMULTIPROCESSOR.

This commit is contained in:
pooka 2008-10-09 13:40:38 +00:00
parent 25a1a46f4b
commit c453d67e49
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile.rump,v 1.11 2008/07/29 20:18:25 pooka Exp $
# $NetBSD: Makefile.rump,v 1.12 2008/10/09 13:40:38 pooka Exp $
#
WARNS?= 4
NOLINT= # kernel code
CFLAGS+= -ffreestanding
CPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DDIAGNOSTIC
CPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC
CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS}
CPPFLAGS+= -I${.CURDIR} -I.
CPPFLAGS+= -I${RUMPTOP}/../../common/include