From 420f003698690fa8a3eb78a3f59b68075854c799 Mon Sep 17 00:00:00 2001 From: Mykola F <37578614+mykolaf@users.noreply.github.com> Date: Sat, 14 Apr 2018 08:50:34 +0300 Subject: [PATCH] [mellanox]: fix SAI build makefile (#29) --- platform/mellanox/mlnx-sai/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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