From 2edf6745e01289799bb76f99d14c2c92a3cdf75b Mon Sep 17 00:00:00 2001 From: Johann Date: Wed, 4 Apr 2018 14:56:20 -0700 Subject: [PATCH] update linux makefile with mips/msa files BUG=webm:1509 Change-Id: I74db6e287952b343021c0a17a80c973517080517 Reviewed-on: https://chromium-review.googlesource.com/996311 Reviewed-by: Frank Barchard Commit-Queue: Frank Barchard --- linux.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux.mk b/linux.mk index b84c89f91..3cb6adddd 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_msa.o \ source/compare_neon64.o \ source/compare_neon.o \ source/compare_win.o \ @@ -32,12 +33,14 @@ LOCAL_OBJ_FILES := \ source/rotate.o \ source/rotate_common.o \ source/rotate_gcc.o \ + source/rotate_msa.o \ source/rotate_neon64.o \ source/rotate_neon.o \ source/rotate_win.o \ source/row_any.o \ source/row_common.o \ source/row_gcc.o \ + source/row_msa.o \ source/row_neon64.o \ source/row_neon.o \ source/row_win.o \ @@ -46,6 +49,7 @@ LOCAL_OBJ_FILES := \ source/scale.o \ source/scale_common.o \ source/scale_gcc.o \ + source/scale_msa.o \ source/scale_neon64.o \ source/scale_neon.o \ source/scale_win.o \