File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 62
62
[submodule "src/redis-dump-load "]
63
63
path = src/redis-dump-load
64
64
url = https://github.com/p/redis-dump-load.git
65
+ [submodule "platform/mellanox/mlnx-sai/SAI-Implementation "]
66
+ path = platform/mellanox/mlnx-sai/SAI-Implementation
67
+ url = https://github.com/Mellanox/SAI-Implementation
Original file line number Diff line number Diff line change 1
1
# Mellanox SAI
2
2
3
- MLNX_SAI_REPO = https://github.com/Mellanox/SAI-Implementation.git
4
3
MLNX_SAI_VERSION = SAIRel1.13.7-master
5
- MLNX_SAI_REVISION = 52dbd2f5e51cdb538b05f6c2f387b0fccbff9a8e
6
4
7
- export MLNX_SAI_REPO MLNX_SAI_VERSION MLNX_SAI_REVISION
5
+ export MLNX_SAI_VERSION
8
6
9
7
MLNX_SAI = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION ) _amd64.deb
10
8
$(MLNX_SAI)_SRC_PATH = $(PLATFORM_PATH ) /mlnx-sai
Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ SHELL = /bin/bash
5
5
MAIN_TARGET = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION ) _amd64.deb
6
6
7
7
$(addprefix $(DEST ) /, $(MAIN_TARGET ) ) : $(DEST ) /% :
8
- # get sources
9
- rm -rf SAI-Implementation
10
- git clone $(MLNX_SAI_REPO ) SAI-Implementation
11
-
12
- # build
13
8
pushd SAI-Implementation
14
- git checkout $(MLNX_SAI_REVISION)
15
9
pushd mlnx_sai
10
+
16
11
chmod a+x autogen.sh
17
12
debuild -e 'make_extra_flags="DEFS=-DACS_OS"' -us -uc -d -b
18
13
popd
You can’t perform that action at this time.
0 commit comments