diff options
author | Arkadi Sharshevsky <arkadis@mellanox.com> | 2017-03-28 17:24:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-28 17:11:54 -0700 |
commit | 230ead0141be9668fbaf6c0b708533064d46a9a2 (patch) | |
tree | 25ba3a33fed2e996548f1d4fc90d517204523732 /drivers/net/ethernet/mellanox/mlxsw/Makefile | |
parent | 0f630fcbe5409aaab1a29b48434b28f41bc360ff (diff) | |
download | op-kernel-dev-230ead0141be9668fbaf6c0b708533064d46a9a2.zip op-kernel-dev-230ead0141be9668fbaf6c0b708533064d46a9a2.tar.gz |
mlxsw: spectrum: Add placeholder for dpipe
Add placeholder for dpipe. Support for specific tables and headers will
be introduced in following patches. The headers are shared between all
mlxsw_sp instances.
Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.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, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/Makefile b/drivers/net/ethernet/mellanox/mlxsw/Makefile index 95fcacf..2fb8c65 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/Makefile +++ b/drivers/net/ethernet/mellanox/mlxsw/Makefile @@ -16,7 +16,7 @@ mlxsw_spectrum-objs := spectrum.o spectrum_buffers.o \ spectrum_switchdev.o spectrum_router.o \ spectrum_kvdl.o spectrum_acl_tcam.o \ spectrum_acl.o spectrum_flower.o \ - spectrum_cnt.o + spectrum_cnt.o spectrum_dpipe.o mlxsw_spectrum-$(CONFIG_MLXSW_SPECTRUM_DCB) += spectrum_dcb.o obj-$(CONFIG_MLXSW_MINIMAL) += mlxsw_minimal.o mlxsw_minimal-objs := minimal.o |