Skip to content

Commit

Permalink
rpmsgfs/Make.defs: rpmsgfs_server.c given more than once
Browse files Browse the repository at this point in the history
Makefile:81: target 'rpmsgfs_server.o' given more than once in the same rule

Signed-off-by: wangbowen6 <[email protected]>
  • Loading branch information
CV-Bowen authored and xiaoxiang781216 committed Sep 1, 2022
1 parent 5d4c774 commit 301cd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/rpmsgfs/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 301cd53

Please sign in to comment.