Switch amd64 rumps to the kernel ABI.

This commit is contained in:
pooka 2008-12-30 19:05:40 +00:00
parent 6bafd541ac
commit 3b189207d8
2 changed files with 8 additions and 2 deletions

View File

@ -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

View 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