mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
mst: Use different flag for mst vs ofed
Use different conditionals for MLNX_OFED and MLNX_MST as they are independent sets of drivers. Change-Id: I6b9ab725a67532ff41c6c5ffeb41a479e79f31b0 Signed-off-by: Bharath H S <bhs@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3130000 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Aidan Ha <aha@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Amlan Kundu <akundu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ee8a8e9853
commit
14ae21b104
@@ -5,7 +5,7 @@ obj-m += nvidia/
|
|||||||
|
|
||||||
ifdef CONFIG_PCI
|
ifdef CONFIG_PCI
|
||||||
# Build mft, bluefield3 modules only when mlnx ofed driver is built
|
# Build mft, bluefield3 modules only when mlnx ofed driver is built
|
||||||
ifeq ($(NV_BUILD_MODULE_DRV_MLNX),1)
|
ifeq ($(NV_BUILD_MODULE_DRV_MLNX_MST),1)
|
||||||
obj-m += mft/
|
obj-m += mft/
|
||||||
endif
|
endif
|
||||||
obj-m += marvell/
|
obj-m += marvell/
|
||||||
|
|||||||
Reference in New Issue
Block a user