c05564c4d8
Android 13
9 lines
185 B
Makefile
Executable file
9 lines
185 B
Makefile
Executable file
#
|
|
# 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/
|