diff options
author | Jiri Pirko <jiri@mellanox.com> | 2015-07-29 23:33:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-30 09:04:59 +0200 |
commit | eda6500a987a027b78a275c11db6454404a626aa (patch) | |
tree | c3954f2ffa299755425b32a6ae03cf8af380a9fa /drivers/net/ethernet/mellanox/mlxsw/Makefile | |
parent | mlxsw: Introduce Mellanox switch driver core (diff) | |
download | linux-eda6500a987a027b78a275c11db6454404a626aa.tar.xz linux-eda6500a987a027b78a275c11db6454404a626aa.zip |
mlxsw: Add PCI bus implementation
Add PCI bus implementation for Mellanox Technologies Switch ASICs. This
includes firmware initialization, async queues manipulation and command
interface implementation.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Elad Raz <eladr@mellanox.com>
Reviewed-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxsw/Makefile')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/Makefile b/drivers/net/ethernet/mellanox/mlxsw/Makefile index 271de28cc8ae..94841c3329b6 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/Makefile +++ b/drivers/net/ethernet/mellanox/mlxsw/Makefile @@ -1,2 +1,4 @@ obj-$(CONFIG_MLXSW_CORE) += mlxsw_core.o mlxsw_core-objs := core.o +obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o +mlxsw_pci-objs := pci.o |