Switch amd64 rumps to the kernel ABI.
This commit is contained in:
parent
6bafd541ac
commit
3b189207d8
@ -1,11 +1,12 @@
|
||||
# $NetBSD: Makefile.rump,v 1.18 2008/12/29 22:16:15 pooka Exp $
|
||||
# $NetBSD: Makefile.rump,v 1.19 2008/12/30 19:05:40 pooka Exp $
|
||||
#
|
||||
|
||||
WARNS?= 4
|
||||
NOLINT= # kernel code
|
||||
|
||||
# use kernel ABI instead of rump ABI (needs md code)
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
.if ${MACHINE_ARCH} != "i386" && \
|
||||
${MACHINE_ARCH} != "x86_64"
|
||||
CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS}
|
||||
.endif
|
||||
|
||||
|
5
sys/rump/librump/rumpkern/arch/x86_64/Makefile.inc
Normal file
5
sys/rump/librump/rumpkern/arch/x86_64/Makefile.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2008/12/30 19:05:40 pooka Exp $
|
||||
#
|
||||
|
||||
.PATH: ${ARCHDIR}/../i386
|
||||
SRCS+= cpu.c spl.c
|
Loading…
x
Reference in New Issue
Block a user