1ebbf66db7
Updated sai deb version to v1.7.1 for marvell platforms. Signed-off-by: Sabareesh Kumar Anandan <sanandan@marvell.com>
10 lines
269 B
Makefile
10 lines
269 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.7.1
|
|
export MRVL_SAI = mrvllibsai_m0_MASTER_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb
|
|
|
|
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
|
|
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))
|
|
|
|
SONIC_MAKE_DEBS += $(MRVL_SAI)
|