blob: 3ebedd01d7c3922964fa60429318dd4e7d8a5c18 [file] [log] [blame]
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08001_LIBC_ARCH_COMMON_SRC_FILES := \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08002 arch-mips/bionic/bzero.S \
Elliott Hughes14b467e2013-10-09 16:40:33 -07003 arch-mips/bionic/cacheflush.cpp \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08004 arch-mips/bionic/clone.S \
Elliott Hughesbf425682013-10-24 16:29:40 -07005 arch-mips/bionic/_exit_with_stack_teardown.S \
6 arch-mips/bionic/futex_mips.S \
7 arch-mips/bionic/__get_sp.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -08008 arch-mips/bionic/memcmp16.S \
9 arch-mips/bionic/memmove.c \
Elliott Hughesbf425682013-10-24 16:29:40 -070010 arch-mips/bionic/_setjmp.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080011 arch-mips/bionic/setjmp.S \
Elliott Hughesbf425682013-10-24 16:29:40 -070012 arch-mips/bionic/__set_tls.c \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080013 arch-mips/bionic/sigsetjmp.S \
14 arch-mips/bionic/vfork.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080015 arch-mips/string/memcpy.S \
Elliott Hughesbf425682013-10-24 16:29:40 -070016 arch-mips/string/memset.S \
Christopher Ferris7c83a1e2013-02-26 01:30:00 -080017 arch-mips/string/mips_strlen.c \
18
19_LIBC_ARCH_STATIC_SRC_FILES := \
20 bionic/dl_iterate_phdr_static.c \
21
22_LIBC_ARCH_DYNAMIC_SRC_FILES :=