mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Add initial mft source of version-4.26.1-3 from https://www.mellanox.com/downloads/MFT/mft-4.26.1-3-arm64-deb.tgz bug 4192483 bug 4312056 Change-Id: I77c0af297c9833c3dcbcdfc89b316042548b9af8 Signed-off-by: Bharath H S <bhs@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3069977 (cherry picked from commit d65df2a986469950aab3f323bbee3a3aee0c0308) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3069972 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
22 lines
670 B
Plaintext
22 lines
670 B
Plaintext
PACKAGE_NAME=kernel-mft-dkms
|
|
PACKAGE_VERSION=4.26.1
|
|
MAKE[0]="make all KPVER=$kernelver"
|
|
CLEAN="make -C src/ clean"
|
|
BUILT_MODULE_NAME[0]=mst_pci
|
|
BUILT_MODULE_NAME[1]=mst_pciconf
|
|
BUILT_MODULE_LOCATION[0]=./mst_backward_compatibility/mst_pci
|
|
BUILT_MODULE_LOCATION[1]=./mst_backward_compatibility/mst_pciconf
|
|
DEST_MODULE_LOCATION[0]="/updates"
|
|
DEST_MODULE_LOCATION[1]="/updates"
|
|
|
|
if [ $(arch) = aarch64 ]; then
|
|
BUILT_MODULE_NAME[2]=bf3_livefish
|
|
BUILT_MODULE_LOCATION[2]=./misc_drivers/bf3_livefish/
|
|
DEST_MODULE_LOCATION[2]="/updates"
|
|
fi
|
|
|
|
#REMAKE_INITRD=yes
|
|
|
|
# Rebuild and autoinstall automatically when dkms_autoinstaller runs for a new kernel
|
|
AUTOINSTALL="yes"
|