vm: fix a null dereference on out-of-memory
[minix.git] / lib / libc / arch / powerpc / string / Makefile.inc
blob5814c9a6bc6f8a2de1dec56024b57c45233c902a
1 #       $NetBSD: Makefile.inc,v 1.13 2010/03/14 00:26:10 mrg Exp $
3 SRCS+=  bzero.S ffs.S strlen.S
4 NO_SRCS+= memset.S
6 # disable the asm versions of these because they break the explora.
7 # the special rules here are to override the suffix rules which seem
8 # to prefer .S files over .c
9 .if ${MACHINE} == "evbppc"
10 bcopy.o: bcopy.c
11 bcopy.po: bcopy.c
12 bcopy.pico: bcopy.c
13 memcpy.o: memcpy.c
14 memcpy.po: memcpy.c
15 memcpy.pico: memcpy.c
16 memcmp.o: memcmp.c
17 memcmp.po: memcmp.c
18 memcmp.pico: memcmp.c
19 memmove.o: memmove.c
20 memmove.po: memmove.c
21 memmove.pico: memmove.c
22 .else
23 SRCS+=  memcmp.S bcopy.S memcpy.S memmove.S
24 .endif