7 lines
120 B
Makefile
7 lines
120 B
Makefile
#
|
|
# Makefile for the Mellanox device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MLX4_CORE) += mlx4/
|
|
obj-$(CONFIG_MLX5_CORE) += mlx5/core/
|