Makefile.inc revision 1.11 1 1.11 christos # $NetBSD: Makefile.inc,v 1.11 2012/10/10 02:15:31 christos Exp $
2 1.1 bjh21
3 1.8 dsl SRCS+= byte_swap_2.S byte_swap_4.S
4 1.8 dsl SRCS+= ffs.S
5 1.11 christos SRCS+= divsi3.S clzsi2.S modsi3.S umodsi3.S
6 1.8 dsl SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
7 1.10 matt
8 1.10 matt .if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb"
9 1.10 matt SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c
10 1.10 matt .endif
11