Skip to content

Commit

Permalink
[mellanox]: fix SAI build makefile (sonic-net#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaf authored and lguohan committed Apr 14, 2018
1 parent 7b4fb56 commit 8de3f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mellanox/mlnx-sai/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MAIN_TARGET = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb

$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# get sources
#rm -rf SAI-Implementation
#git clone https://github.com/Mellanox/SAI-Implementation.git
rm -rf SAI-Implementation
git clone https://github.com/Mellanox/SAI-Implementation.git

# build
pushd SAI-Implementation
Expand Down

0 comments on commit 8de3f0a

Please sign in to comment.