9 lines
185 B
Makefile
9 lines
185 B
Makefile
|
#
|
||
|
# 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/
|