From 44b6637310870b6343251852e3e20bd568611d3d Mon Sep 17 00:00:00 2001 From: wangmingrong1 Date: Mon, 19 Jan 2026 11:07:15 +0800 Subject: [PATCH] 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 --- 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 7a782b3faa043..84675a3298c31 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