mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
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 <wangbowen6@xiaomi.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user