Home | History | Annotate | Line # | Download | only in arm
Makefile.inc revision 1.6
      1  1.6     chris #	$NetBSD: Makefile.inc,v 1.6 2002/11/23 14:29:29 chris Exp $
      2  1.1     bjh21 
      3  1.2    toshii SRCS+=	__assert.c __main.c bswap64.c byte_swap_2.S byte_swap_4.S \
      4  1.4     chris 	ffs.S imax.c imin.c lmax.c lmin.c max.c min.c random.c scanc.c \
      5  1.5  rearnsha 	skpc.c strcat.c strcasecmp.c \
      6  1.6     chris 	strcpy.c strlen.c strncasecmp.c \
      7  1.1     bjh21 	strncpy.c strtoul.c ulmax.c ulmin.c
      8  1.1     bjh21 
      9  1.1     bjh21 SRCS+=	divsi3.S
     10  1.6     chris SRCS+=	memchr.c memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
     11