2021-10-17 11:03:02 -05:00
|
|
|
#
|
2022-03-23 06:19:25 -05:00
|
|
|
# Copyright (c) 2016-2022 NVIDIA CORPORATION & AFFILIATES.
|
2021-10-17 11:03:02 -05:00
|
|
|
# Apache-2.0
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
2016-12-05 13:12:19 -06:00
|
|
|
# Mellanox SAI
|
|
|
|
|
2022-09-30 01:48:40 -05:00
|
|
|
MFT_VERSION = 4.21.0
|
|
|
|
MFT_REVISION = 100
|
2018-06-09 13:31:34 -05:00
|
|
|
|
|
|
|
export MFT_VERSION MFT_REVISION
|
|
|
|
|
2022-07-13 08:21:33 -05:00
|
|
|
MFT = mft_$(MFT_VERSION)-$(MFT_REVISION)_$(CONFIGURED_ARCH).deb
|
2016-12-05 13:12:19 -06:00
|
|
|
$(MFT)_SRC_PATH = $(PLATFORM_PATH)/mft
|
|
|
|
SONIC_MAKE_DEBS += $(MFT)
|
|
|
|
|
2021-11-01 17:59:33 -05:00
|
|
|
$(MFT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
2021-10-28 22:15:31 -05:00
|
|
|
|
2022-07-13 08:21:33 -05:00
|
|
|
KERNEL_MFT = kernel-mft-dkms-modules-$(KVERSION)_$(MFT_VERSION)_$(CONFIGURED_ARCH).deb
|
2016-12-05 13:12:19 -06:00
|
|
|
$(eval $(call add_derived_package,$(MFT),$(KERNEL_MFT)))
|
2018-06-09 13:31:34 -05:00
|
|
|
|
2022-07-13 08:21:33 -05:00
|
|
|
MFT_OEM = mft-oem_$(MFT_VERSION)-$(MFT_REVISION)_$(CONFIGURED_ARCH).deb
|
2018-06-09 13:31:34 -05:00
|
|
|
$(eval $(call add_derived_package,$(MFT),$(MFT_OEM)))
|