From 76ff5541a33bae665967f771adcd5bd765edae91 Mon Sep 17 00:00:00 2001 From: Yu-Cheng Ling Date: Thu, 16 May 2019 14:51:37 -0700 Subject: [PATCH] Add the missing Ruy dependency in TFLite Makefile PiperOrigin-RevId: 248605048 --- tensorflow/lite/tools/make/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/lite/tools/make/Makefile b/tensorflow/lite/tools/make/Makefile index 1b3057ee242..eb00c120c94 100644 --- a/tensorflow/lite/tools/make/Makefile +++ b/tensorflow/lite/tools/make/Makefile @@ -111,6 +111,7 @@ $(wildcard tensorflow/lite/experimental/ruy/pack.cc) \ $(wildcard tensorflow/lite/experimental/ruy/pmu.cc) \ $(wildcard tensorflow/lite/experimental/ruy/thread_pool.cc) \ $(wildcard tensorflow/lite/experimental/ruy/trace.cc) \ +$(wildcard tensorflow/lite/experimental/ruy/trmul.cc) \ $(wildcard tensorflow/lite/experimental/ruy/tune.cc) ifneq ($(BUILD_TYPE),micro) CORE_CC_ALL_SRCS += \