diff --git a/sys/lib/libkern/arch/hppa/Makefile.inc b/sys/lib/libkern/arch/hppa/Makefile.inc index d697d1739231..570b29f8c91d 100644 --- a/sys/lib/libkern/arch/hppa/Makefile.inc +++ b/sys/lib/libkern/arch/hppa/Makefile.inc @@ -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