arch/arm: Fix target 'arm_vectortab.o' given more than once in the same rule

This commit is contained in:
Xiang Xiao 2022-05-10 22:33:17 +08:00 committed by Masayuki Ishikawa
parent 06e36f6a13
commit 0cf2330e41

View File

@ -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