[centec_syncd_rpc] fix build failure when set ENABLE_SYNCD_RPC=y (#4690)
This commit is contained in:
parent
65fa874ec5
commit
6b332f74a0
@ -12,7 +12,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE)
|
|||||||
# Inject centec sai into sairedis
|
# Inject centec sai into sairedis
|
||||||
$(LIBSAIREDIS)_DEPENDS += $(CENTEC_SAI)
|
$(LIBSAIREDIS)_DEPENDS += $(CENTEC_SAI)
|
||||||
ifeq ($(ENABLE_SYNCD_RPC),y)
|
ifeq ($(ENABLE_SYNCD_RPC),y)
|
||||||
$(LIBSAIREDIS)_DEPENDS += $(LIBSAITHRIFT_DEV_CENTEC)
|
$(LIBSAIREDIS)_DEPENDS += $(LIBSAITHRIFT_DEV)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Runtime dependency on centec sai is set only for syncd
|
# Runtime dependency on centec sai is set only for syncd
|
||||||
|
Reference in New Issue
Block a user