Makefile.inc revision 1.13
1#	$NetBSD: Makefile.inc,v 1.13 2022/06/13 16:03:07 skrll Exp $
2
3SRCS+=	milli.S
4SRCS+=	bcopy.S memcpy.S memmove.S
5SRCS+=	milli_extra.S
6
7# XXX: spcopy does not really belong in libkern in the first place
8.ifndef RUMPKERNEL
9SRCS+=	spcopy.S
10.endif
11
12SRCS+= ffs.c bswap16.c bswap32.c
13