2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-13 01:32:22 -07:00
|
|
|
#
|
|
|
|
|
# Makefile for the Mellanox device drivers.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_MLX4_CORE) += mlx4/
|
2013-07-07 17:25:49 +03:00
|
|
|
obj-$(CONFIG_MLX5_CORE) += mlx5/core/
|
2015-07-29 23:33:46 +02:00
|
|
|
obj-$(CONFIG_MLXSW_CORE) += mlxsw/
|
2017-05-23 21:56:23 +02:00
|
|
|
obj-$(CONFIG_MLXFW) += mlxfw/
|