Skip to content

Commit

Permalink
[centec_syncd_rpc] fix build failure when set ENABLE_SYNCD_RPC=y (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
taocy001 authored Jun 5, 2020
1 parent 65fa874 commit 6b332f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/centec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE)
# Inject centec sai into sairedis
$(LIBSAIREDIS)_DEPENDS += $(CENTEC_SAI)
ifeq ($(ENABLE_SYNCD_RPC),y)
$(LIBSAIREDIS)_DEPENDS += $(LIBSAITHRIFT_DEV_CENTEC)
$(LIBSAIREDIS)_DEPENDS += $(LIBSAITHRIFT_DEV)
endif

# Runtime dependency on centec sai is set only for syncd
Expand Down

0 comments on commit 6b332f7

Please sign in to comment.