Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.31
      1  1.31     matt #	$NetBSD: Makefile.inc,v 1.31 2011/07/02 03:35:03 matt 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.31     matt SRCS+=	gprsavrest.S
      9  1.25  garbled 
     10  1.25  garbled # Disable the asm versions on evbppc because they break the Explora
     11  1.25  garbled .if ${MACHINE} == "evbppc"
     12  1.25  garbled memcpy.o: memcpy.c
     13  1.25  garbled memcmp.o: memcmp.c
     14  1.25  garbled memmove.o: memmove.c
     15  1.25  garbled .endif
     16