8bdb59b5b0
* platform/cavium : Download debian packages * platform/cavium : Removed obsolete Makefile rules * platform/cavium : Replaced branch name with commit id
14 lines
410 B
Makefile
14 lines
410 B
Makefile
# Cavium SAI
|
|
|
|
CAVM_SAI_GITHUB = https://github.com/garyachy/OpenXPS/raw/3c2dbbee23ee76570bbdb11d4955882279cc3f9a/SAI/cavm-sai
|
|
|
|
CAVM_LIBSAI = libsai.deb
|
|
CAVM_SAI = sai.deb
|
|
XP_TOOLS = xp-tools.deb
|
|
|
|
$(CAVM_LIBSAI)_URL = $(CAVM_SAI_GITHUB)/$(CAVM_LIBSAI)
|
|
$(CAVM_SAI)_URL = $(CAVM_SAI_GITHUB)/$(CAVM_SAI)
|
|
$(XP_TOOLS)_URL = $(CAVM_SAI_GITHUB)/$(XP_TOOLS)
|
|
|
|
SONIC_ONLINE_DEBS += $(CAVM_LIBSAI) $(CAVM_SAI) $(XP_TOOLS)
|