0e01ff557b
* [.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>
22 lines
351 B
Plaintext
22 lines
351 B
Plaintext
# Subdirectories
|
|
mlnx-sai/*
|
|
!mlnx-sai/Makefile
|
|
hw-management/*
|
|
!hw-management/Makefile
|
|
!hw-management/*.patch
|
|
mft/*
|
|
!mft/Makefile
|
|
sdk-src/*/*
|
|
!sdk-src/*/Makefile
|
|
!sdk-src/*/*.patch
|
|
*/build
|
|
*/deb_dist
|
|
*/dist
|
|
*/*.gz
|
|
*/*.egg-info
|
|
|
|
# Autogenerated Dockerfiles
|
|
docker-syncd-mlnx/Dockerfile
|
|
docker-syncd-mlnx-rpc/Dockerfile
|
|
docker-saiserver-mlnx/Dockerfile
|