14b467e840
Warnings are errors for all home-grown bionic code, and the arch-specific code now counts as home-grown bionic code (it was mistakenly counted as "not ours" before). Change-Id: I9c6a881b0dc596bae7dfe112c5c189e073800a3a
25 lines
752 B
Makefile
25 lines
752 B
Makefile
_LIBC_ARCH_COMMON_SRC_FILES := \
|
|
arch-mips/bionic/__get_sp.S \
|
|
arch-mips/bionic/__set_tls.c \
|
|
arch-mips/bionic/_exit_with_stack_teardown.S \
|
|
arch-mips/bionic/_setjmp.S \
|
|
arch-mips/bionic/futex_mips.S \
|
|
arch-mips/bionic/bzero.S \
|
|
arch-mips/bionic/cacheflush.cpp \
|
|
arch-mips/bionic/clone.S \
|
|
arch-mips/bionic/ffs.S \
|
|
arch-mips/bionic/memcmp16.S \
|
|
arch-mips/bionic/memmove.c \
|
|
arch-mips/bionic/pipe.S \
|
|
arch-mips/bionic/setjmp.S \
|
|
arch-mips/bionic/sigsetjmp.S \
|
|
arch-mips/bionic/vfork.S \
|
|
arch-mips/string/memset.S \
|
|
arch-mips/string/memcpy.S \
|
|
arch-mips/string/mips_strlen.c \
|
|
|
|
_LIBC_ARCH_STATIC_SRC_FILES := \
|
|
bionic/dl_iterate_phdr_static.c \
|
|
|
|
_LIBC_ARCH_DYNAMIC_SRC_FILES :=
|