11 lines
265 B
Makefile
11 lines
265 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Makefile for the Mellanox device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MLX4_CORE) += mlx4/
|
||
|
obj-$(CONFIG_MLX5_CORE) += mlx5/core/
|
||
|
obj-$(CONFIG_MLXSW_CORE) += mlxsw/
|
||
|
obj-$(CONFIG_MLXFW) += mlxfw/
|
||
|
obj-$(CONFIG_MLXBF_GIGE) += mlxbf_gige/
|