You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/01 03:41:28 UTC

[incubator-nuttx] branch master updated: rpmsgfs/Make.defs: rpmsgfs_server.c given more than once

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/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 301cd53f14 rpmsgfs/Make.defs: rpmsgfs_server.c given more than once
301cd53f14 is described below

commit 301cd53f143d356f2f8197cc955db1650b9718ed
Author: wangbowen6 <wa...@xiaomi.com>
AuthorDate: Wed Aug 31 22:10:41 2022 +0800

    rpmsgfs/Make.defs: rpmsgfs_server.c given more than once
    
    Makefile:81: target 'rpmsgfs_server.o' given more than once in the same rule
    
    Signed-off-by: wangbowen6 <wa...@xiaomi.com>
---
 fs/rpmsgfs/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/rpmsgfs/Make.defs b/fs/rpmsgfs/Make.defs
index e6d806f642..30425bde4b 100644
--- a/fs/rpmsgfs/Make.defs
+++ b/fs/rpmsgfs/Make.defs
@@ -24,7 +24,7 @@ DEPPATH += --dep-path rpmsgfs
 VPATH += :rpmsgfs
 
 ifeq ($(CONFIG_FS_RPMSGFS),y)
-CSRCS += rpmsgfs.c rpmsgfs_client.c rpmsgfs_server.c
+CSRCS += rpmsgfs.c rpmsgfs_client.c
 endif
 
 ifeq ($(CONFIG_FS_RPMSGFS_SERVER),y)