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:
wangbowen6 2022-08-31 22:10:41 +08:00 committed by Xiang Xiao
parent 5d4c774352
commit 301cd53f14

View File

@ -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)