Makefile 265 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the Mellanox device drivers.
  4. #
  5. obj-$(CONFIG_MLX4_CORE) += mlx4/
  6. obj-$(CONFIG_MLX5_CORE) += mlx5/core/
  7. obj-$(CONFIG_MLXSW_CORE) += mlxsw/
  8. obj-$(CONFIG_MLXFW) += mlxfw/
  9. obj-$(CONFIG_MLXBF_GIGE) += mlxbf_gige/