[marvell-arm64]: Fix typo at _UNINSTALL which will block building (#9267)
Signed-off-by: Sean Wu <sean_wu@edge-core.com>
This commit is contained in:
parent
e36c5d80fb
commit
c5e349d211
@ -14,7 +14,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE) \
|
|||||||
|
|
||||||
# Inject mrvl sai into syncd
|
# Inject mrvl sai into syncd
|
||||||
$(SYNCD)_DEPENDS += $(MRVL_SAI)
|
$(SYNCD)_DEPENDS += $(MRVL_SAI)
|
||||||
$(SYNCD)_UNINSTALLS += $(MRVL_DEV)
|
$(SYNCD)_UNINSTALLS += $(MRVL_SAI)
|
||||||
|
|
||||||
ifeq ($(ENABLE_SYNCD_RPC),y)
|
ifeq ($(ENABLE_SYNCD_RPC),y)
|
||||||
$(SYNCD)_DEPENDS += $(LIBSAITHRIFT_DEV)
|
$(SYNCD)_DEPENDS += $(LIBSAITHRIFT_DEV)
|
||||||
|
Reference in New Issue
Block a user