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