Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.30
      1  1.30     matt #	$NetBSD: Makefile.inc,v 1.30 2011/01/17 08:23:57 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.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