aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@chromium.org>2018-08-03 10:56:40 -0700
committerFrank Barchard <fbarchard@chromium.org>2018-08-03 18:37:23 +0000
commit57de382902af59043ea16e9181a0bb796f6d79f5 (patch)
tree17a85f23cdbf9442a0df1b55d471831a35eb0e1b /linux.mk
parent6703fe287670abf0e3473230bd1cdd551ab4107f (diff)
downloadlibyuv-57de382902af59043ea16e9181a0bb796f6d79f5.tar.gz
MMI ifdef guards and add source to various build files.
Bug: libyuv:810,libyuv:811 Test: cmake . && make Change-Id: I521b45ccb6e49ff70823e415efa99fc5b9daad99 Reviewed-on: https://chromium-review.googlesource.com/1162503 Reviewed-by: Johann Koenig <johannkoenig@google.com>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index 3cb6addd..e9a26a79 100644
--- a/linux.mk
+++ b/linux.mk
@@ -13,6 +13,7 @@ LOCAL_OBJ_FILES := \
source/compare.o \
source/compare_common.o \
source/compare_gcc.o \
+ source/compare_mmi.o \
source/compare_msa.o \
source/compare_neon64.o \
source/compare_neon.o \
@@ -33,6 +34,7 @@ LOCAL_OBJ_FILES := \
source/rotate.o \
source/rotate_common.o \
source/rotate_gcc.o \
+ source/rotate_mmi.o \
source/rotate_msa.o \
source/rotate_neon64.o \
source/rotate_neon.o \
@@ -40,6 +42,7 @@ LOCAL_OBJ_FILES := \
source/row_any.o \
source/row_common.o \
source/row_gcc.o \
+ source/row_mmi.o \
source/row_msa.o \
source/row_neon64.o \
source/row_neon.o \
@@ -49,6 +52,7 @@ LOCAL_OBJ_FILES := \
source/scale.o \
source/scale_common.o \
source/scale_gcc.o \
+ source/scale_mmi.o \
source/scale_msa.o \
source/scale_neon64.o \
source/scale_neon.o \