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

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-05-10 17:25:46 +08:00 committed by Petro Karashchenko
parent b907a1fec7
commit 0c8d3489e6
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ endif
# Common assembly language files
CMN_ASRCS += arm_cpuhead.S arm_fpuconfig.S arm_vectoraddrexcptn.S
CMN_ASRCS += arm_cpuhead.S arm_vectoraddrexcptn.S
CMN_ASRCS += arm_vectors.S cp15_cache_size.S cp15_clean_dcache_all.S
CMN_ASRCS += cp15_clean_dcache.S cp15_coherent_dcache.S
CMN_ASRCS += cp15_flush_dcache_all.S cp15_flush_dcache.S
@ -84,6 +84,7 @@ endif
ifeq ($(CONFIG_ARCH_FPU),y)
CMN_CSRCS += arm_fpucmp.c
CMN_ASRCS += arm_fpuconfig.S
endif
ifeq ($(CONFIG_SMP),y)

View File

@ -36,7 +36,7 @@ CMN_CSRCS += arm_syscall.c arm_tcbinfo.c arm_undefinedinsn.c
# Common C source files
CMN_ASRCS += arm_fpuconfig.S arm_head.S arm_vectoraddrexcptn.S
CMN_ASRCS += arm_head.S arm_vectoraddrexcptn.S
CMN_ASRCS += arm_vectors.S arm_vectortab.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