repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
ethernet
/
mellanox
/
Makefile
blob
79773ac331ee5116e156d9ca6ee4618d52eb821a
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for the Mellanox device drivers.
4
#
5
6
obj-
$(
CONFIG_MLX4_CORE
) +=
mlx4
/
7
obj-
$(
CONFIG_MLX5_CORE
) +=
mlx5
/
core
/
8
obj-
$(
CONFIG_MLXSW_CORE
) +=
mlxsw
/
9
obj-
$(
CONFIG_MLXFW
) +=
mlxfw
/