[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:
SeanWu 2021-11-18 13:00:21 +08:00 committed by GitHub
parent e36c5d80fb
commit c5e349d211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE) \
# Inject mrvl sai into syncd
$(SYNCD)_DEPENDS += $(MRVL_SAI)
$(SYNCD)_UNINSTALLS += $(MRVL_DEV)
$(SYNCD)_UNINSTALLS += $(MRVL_SAI)
ifeq ($(ENABLE_SYNCD_RPC),y)
$(SYNCD)_DEPENDS += $(LIBSAITHRIFT_DEV)