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 May 3, 2018
1 parent d6575ac commit b9b00cb
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 b9b00cb

Please sign in to comment.