diff --git a/platform/mellanox/mlnx-sai/Makefile b/platform/mellanox/mlnx-sai/Makefile index a858bf098df2..9a8005e5461f 100644 --- a/platform/mellanox/mlnx-sai/Makefile +++ b/platform/mellanox/mlnx-sai/Makefile @@ -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