Filtered out benchmark_plus_flex_main.cc from benchmark build,
because of its tflite::benchmark::Main conflicts with ones defined
in benchmark_main.cc.
We didn't ever build benchmark_model with Flex op support.
So, we could simply filter out benchmark_plus_flex_main.cc
from benchmark sources.
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
$(PROFILE_SUMMARIZER_SRCS)
BENCHMARK_SRCS := $(filter-out \
- $(wildcard $(BENCHMARK_SRCS_DIR)/*_test.cc), \
+ $(wildcard $(BENCHMARK_SRCS_DIR)/*_test.cc) \
+ $(BENCHMARK_SRCS_DIR)/benchmark_plus_flex_main.cc, \
$(BENCHMARK_ALL_SRCS))
# These target-specific makefiles should modify or replace options like