You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/05/11 08:39:40 UTC

[incubator-nuttx] 02/03: arch/arm: Fix target 'arm_vectortab.o' given more than once in the same rule

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 0cf2330e4155102b0ce50f813433f97db7355558
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Tue May 10 22:33:17 2022 +0800

    arch/arm: Fix target 'arm_vectortab.o' given more than once in the same rule
---
 arch/arm/src/armv7-r/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/armv7-r/Make.defs b/arch/arm/src/armv7-r/Make.defs
index 171eba7e5c..2989a9686e 100644
--- a/arch/arm/src/armv7-r/Make.defs
+++ b/arch/arm/src/armv7-r/Make.defs
@@ -37,7 +37,7 @@ CMN_CSRCS += arm_syscall.c arm_tcbinfo.c arm_undefinedinsn.c
 # Common C source files
 
 CMN_ASRCS += arm_head.S arm_vectoraddrexcptn.S
-CMN_ASRCS += arm_vectors.S arm_vectortab.S cp15_cache_size.S
+CMN_ASRCS += arm_vectors.S cp15_cache_size.S
 CMN_ASRCS += cp15_clean_dcache_all.S cp15_clean_dcache.S
 CMN_ASRCS += cp15_coherent_dcache.S cp15_flush_dcache_all.S
 CMN_ASRCS += cp15_flush_dcache.S cp15_invalidate_dcache_all.S