357ab54e08
Why I did it Added Marvell SAI-1.13.0 debian support for x86_64 platform. Work item tracking Microsoft ADO (number only): How I did it compile marvel libsai.so (with SAI headers from version 1.13.0) and package it with version 1.13.0-1 How to verify it
10 lines
251 B
Makefile
10 lines
251 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.13.0-1
|
|
export MRVL_SAI = mrvllibsai_amd64_$(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)
|