From 3a70eef32d7846978437677ff42e77cc72391e2c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 28 Jul 2020 13:40:47 -0700 Subject: [PATCH] Add missing files to ARM Cortex M4 source list PiperOrigin-RevId: 323644035 Change-Id: If543e28c349d63f0db387bef086332d2a75043b9 --- .../lite/micro/tools/make/targets/apollo3evb_makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/lite/micro/tools/make/targets/apollo3evb_makefile.inc b/tensorflow/lite/micro/tools/make/targets/apollo3evb_makefile.inc index 51163233074..68792496ec3 100644 --- a/tensorflow/lite/micro/tools/make/targets/apollo3evb_makefile.inc +++ b/tensorflow/lite/micro/tools/make/targets/apollo3evb_makefile.inc @@ -118,9 +118,11 @@ $(MAKEFILE_DIR)/downloads/$(AM_SDK_DEST)/$(SF_BSPS_DEST): $(MAKEFILE_DIR)/downlo CMSIS_SRC_DIR := $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source THIRD_PARTY_CC_SRCS := \ + $(CMSIS_SRC_DIR)/BasicMathFunctions/arm_dot_prod_q15.c \ $(CMSIS_SRC_DIR)/BasicMathFunctions/arm_mult_q15.c \ $(CMSIS_SRC_DIR)/TransformFunctions/arm_rfft_init_q15.c \ $(CMSIS_SRC_DIR)/TransformFunctions/arm_rfft_q15.c \ + $(CMSIS_SRC_DIR)/TransformFunctions/arm_bitreversal2.c \ $(CMSIS_SRC_DIR)/TransformFunctions/arm_cfft_q15.c \ $(CMSIS_SRC_DIR)/TransformFunctions/arm_cfft_radix4_q15.c \ $(CMSIS_SRC_DIR)/CommonTables/arm_const_structs.c \