mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
arm64/toolchain: fix compile warnning
Configuration/Tool: qemu-armv8a/mte 5282026-01-16 13:11:30 529------------------------------------------------------------------------------------ 530 Cleaning... 531 Configuring... 532 Building NuttX... 533Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule 534Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule 535Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule 536Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule 537Makefile:142: target 'arm64_hwdebug.o' given more than once in the same rule 538 Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
949b519aa5
commit
d757fe06f1
@@ -47,7 +47,6 @@ CMN_CSRCS += arm64_arch_timer.c arm64_cache.c
|
||||
CMN_CSRCS += arm64_doirq.c arm64_fatal.c
|
||||
CMN_CSRCS += arm64_syscall.c
|
||||
CMN_CSRCS += arm64_modifyreg8.c arm64_modifyreg16.c arm64_modifyreg32.c
|
||||
CMN_CSRCS += arm64_hwdebug.c
|
||||
|
||||
ifeq ($(CONFIG_ENABLE_ALL_SIGNALS),y)
|
||||
CMN_CSRCS += arm64_schedulesigaction.c arm64_sigdeliver.c
|
||||
|
||||
Reference in New Issue
Block a user