version 1.98, 2014/06/20 11:57:56 |
version 1.99, 2014/07/22 20:25:13 |
Line 20 CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLA |
|
Line 20 CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLA |
|
CPPFLAGS+= -D_RUMPKERNEL -I${RUMPTOP}/librump/rumpkern |
CPPFLAGS+= -D_RUMPKERNEL -I${RUMPTOP}/librump/rumpkern |
.endif |
.endif |
|
|
|
# Define baseline cpu for mips ports, required for |
|
# rumpcomp_sync_icache() hypercall. |
|
.if !empty(MACHINE_ARCH:Mmips*) |
|
.if !empty(MACHINE_ARCH:Mmips64*) |
|
CPPFLAGS+= -DMIPS64=1 |
|
.else |
|
CPPFLAGS+= -DMIPS1=1 |
|
.endif |
|
.endif |
|
|
CPPFLAGS+= -DMAXUSERS=32 |
CPPFLAGS+= -DMAXUSERS=32 |
CPPFLAGS+= -DCOMPAT_50=1 -DCOMPAT_60=1 |
CPPFLAGS+= -DCOMPAT_50=1 -DCOMPAT_60=1 |
|
|