mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 22:20:31 +00:00
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 <wangchengdong@lixiang.com>
This commit is contained in:
parent
755fae7ac1
commit
19dd2531fb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue