Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.28
      1  1.28      dsl #	$NetBSD: Makefile.inc,v 1.28 2009/08/14 19:23:54 dsl Exp $
      2   1.1       ws 
      3  1.28      dsl SRCS+=	bswap16.c bswap32.c
      4  1.27      dsl SRCS+=	htonl.c htons.c ntohl.c ntohs.c
      5  1.27      dsl SRCS+=	syncicache.c
      6  1.17      mjl 
      7  1.23     matt SRCS+=	ffs.S memset.S strlen.S
      8  1.25  garbled 
      9  1.25  garbled # Disable the asm versions on evbppc because they break the Explora
     10  1.25  garbled .if ${MACHINE} == "evbppc"
     11  1.25  garbled memcpy.o: memcpy.c
     12  1.25  garbled memcmp.o: memcmp.c
     13  1.25  garbled memmove.o: memmove.c
     14  1.25  garbled .endif
     15