This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d757fe06f11 arm64/toolchain: fix compile warnning
d757fe06f11 is described below
commit d757fe06f11e3a2338eb57fadd5ca0e2a32c9b94
Author: wangmingrong1 <[email protected]>
AuthorDate: Mon Jan 19 11:07:15 2026 +0800
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 <[email protected]>
---
arch/arm64/src/common/Make.defs | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/src/common/Make.defs b/arch/arm64/src/common/Make.defs
index 7a782b3faa0..84675a3298c 100644
--- a/arch/arm64/src/common/Make.defs
+++ b/arch/arm64/src/common/Make.defs
@@ -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