Home | History | Annotate | Line # | Download | only in arm
Makefile.inc revision 1.16
      1 #	$NetBSD: Makefile.inc,v 1.16 2013/05/02 03:56:42 matt Exp $
      2 
      3 SRCS+=	byte_swap_2.S byte_swap_4.S
      4 SRCS+=	ffs.S
      5 SRCS+=	divsi3.S udivsi3.S divide.S clzsi2.S modsi3.S umodsi3.S
      6 SRCS+=	memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
      7 
      8 .if !empty(MACHINE_ARCH:Mearm*)
      9 SRCS+=	__aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c
     10 .endif
     11