Add the missing Ruy dependency in TFLite Makefile

PiperOrigin-RevId: 248605048
This commit is contained in:
Yu-Cheng Ling 2019-05-16 14:51:37 -07:00 committed by TensorFlower Gardener
parent 1bc0a7ca33
commit 76ff5541a3

View File

@ -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 += \