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:
parent
5d4c774352
commit
301cd53f14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user