Don't build spcopy for rumpkern. Fixes hp700 build failure pointed

out by nick.

XXX: spcopy should be in the main kernel instead of libkern in any case
This commit is contained in:
pooka 2009-09-22 09:57:16 +00:00
parent 8f2b54e18a
commit 5e1c61c660
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
# $NetBSD: Makefile.inc,v 1.10 2009/08/14 19:23:53 dsl Exp $
# $NetBSD: Makefile.inc,v 1.11 2009/09/22 09:57:16 pooka Exp $
SRCS+= milli.S
SRCS+= bcopy.S spcopy.S memcpy.S memmove.S
SRCS+= bcopy.S memcpy.S memmove.S
# XXX: spcopy does not really belong in libkern in the first place
.ifndef RUMPKERNEL
SRCS+= spcopy.S
.endif
SRCS+= ashrdi3.c divdi3.c
SRCS+= ffs.c bswap16.c bswap32.c