mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-27 19:53:46 +00:00
* [.gitignore] add missing directories to .gitignore Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [buildsystem] add ability to override make variables from root Makefile To override any make variable during build use SONIC_OVERRIDE_BUILD_VARS, e.g: "make SONIC_OVERRIDE_BUILD_VARS="PARAM1=A PARAM2=B" all" Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox] add SDK build from sources Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox] pass -j$(SONIC_CONFIG_MAKE_JOBS) when building SDK Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox] Add MLNX_SAI_REPO, MLNX_FW_BASE_URL variables Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox] if MLNX_SDK_BASE_SOURCE_URL is not empty then build SDK from sources Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>