Compile all rump kernel portions with -DMULTIPROCESSOR.
This commit is contained in:
parent
25a1a46f4b
commit
c453d67e49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue