f2ff2bfc3c
- SAI-1.11.0 support - SONIC 20220531.25 OC Failure: Everflow testcases failing due to SAI orchagent crash - SONIC 20220531.25 OC Failure: ACL IPv6 testcases. - TPID support Signed-off-by: rajkumar38 <rpennadamram@marvell.com>
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.11.0-1
|
|
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb
|
|
|
|
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
|
|
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))
|
|
|
|
SONIC_MAKE_DEBS += $(MRVL_SAI)
|