-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Platform] Marvell Makefile updates/cleanup (#4168)
Signed-off-by: Antony Rheneus <[email protected]>
- Loading branch information
1 parent
7518170
commit 71592fc
Showing
4 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Marvell SAI | ||
|
||
export MRVL_SAI_VERSION = 1.5.1 | ||
export MRVL_SAI_TAG = SONiC.201904 | ||
export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb | ||
|
||
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai | ||
#$(MRVL_SAI)_DEPENDS += $(MRVL_FPA) | ||
SONIC_MAKE_DEBS += $(MRVL_SAI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Marvell SAI | ||
|
||
export MRVL_SAI_VERSION = 1.5.1 | ||
export MRVL_SAI_TAG = SONiC.201904 | ||
export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb | ||
|
||
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai | ||
#$(MRVL_SAI)_DEPENDS += $(MRVL_FPA) | ||
SONIC_MAKE_DEBS += $(MRVL_SAI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Marvell SAI | ||
|
||
export MRVL_SAI = mrvllibsai_amd64_1.4.1.deb | ||
export MRVL_SAI_VERSION = 1.5.1 | ||
export MRVL_SAI = mrvllibsai_amd64_$(MRVL_SAI_VERSION).deb | ||
|
||
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai | ||
SONIC_MAKE_DEBS += $(MRVL_SAI) |