From 19dd2531fbc315f97a9d2c2825c0bae88bcddf00 Mon Sep 17 00:00:00 2001 From: wangchengdong Date: Tue, 20 Jan 2026 20:02:01 +0800 Subject: [PATCH] testing/ostest: fix build issue fix: Building NuttX... /d/a/nuttx-apps/nuttx-apps/sources/apps/Application.mk:238: target 'signest.c.d.a.nuttx-apps.nuttx- apps.sources.apps.testing.ostest.o' given more than once in the same rule Signed-off-by: Chengdong Wang --- testing/ostest/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/ostest/Makefile b/testing/ostest/Makefile index 128a31798..1fedfcf54 100644 --- a/testing/ostest/Makefile +++ b/testing/ostest/Makefile @@ -31,8 +31,7 @@ MODULE = $(CONFIG_TESTING_OSTEST) # NuttX OS Test -CSRCS = getopt.c libc_memmem.c restart.c \ - signest.c sighelper.c +CSRCS = getopt.c libc_memmem.c restart.c sighelper.c ifeq ($(CONFIG_ENABLE_ALL_SIGNALS),y) CSRCS += sighand.c signest.c