2015-07-30 04:33:46 +07:00
|
|
|
obj-$(CONFIG_MLXSW_CORE) += mlxsw_core.o
|
2017-02-03 16:29:02 +07:00
|
|
|
mlxsw_core-objs := core.o core_acl_flex_keys.o \
|
|
|
|
core_acl_flex_actions.o
|
2015-11-27 19:45:57 +07:00
|
|
|
mlxsw_core-$(CONFIG_MLXSW_CORE_HWMON) += core_hwmon.o
|
2016-11-22 17:24:13 +07:00
|
|
|
mlxsw_core-$(CONFIG_MLXSW_CORE_THERMAL) += core_thermal.o
|
2015-07-30 04:33:47 +07:00
|
|
|
obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
|
|
|
|
mlxsw_pci-objs := pci.o
|
2016-11-16 21:20:44 +07:00
|
|
|
obj-$(CONFIG_MLXSW_I2C) += mlxsw_i2c.o
|
|
|
|
mlxsw_i2c-objs := i2c.o
|
2016-10-29 02:36:01 +07:00
|
|
|
obj-$(CONFIG_MLXSW_SWITCHIB) += mlxsw_switchib.o
|
|
|
|
mlxsw_switchib-objs := switchib.o
|
2015-07-30 04:33:49 +07:00
|
|
|
obj-$(CONFIG_MLXSW_SWITCHX2) += mlxsw_switchx2.o
|
|
|
|
mlxsw_switchx2-objs := switchx2.o
|
2015-10-16 19:01:37 +07:00
|
|
|
obj-$(CONFIG_MLXSW_SPECTRUM) += mlxsw_spectrum.o
|
|
|
|
mlxsw_spectrum-objs := spectrum.o spectrum_buffers.o \
|
2016-07-05 16:27:47 +07:00
|
|
|
spectrum_switchdev.o spectrum_router.o \
|
2017-02-03 16:29:09 +07:00
|
|
|
spectrum_kvdl.o spectrum_acl_tcam.o \
|
2017-03-11 15:42:51 +07:00
|
|
|
spectrum_acl.o spectrum_flower.o \
|
2017-08-26 13:35:38 +07:00
|
|
|
spectrum_cnt.o \
|
2017-05-26 13:37:39 +07:00
|
|
|
spectrum_fid.o
|
2016-04-06 22:10:09 +07:00
|
|
|
mlxsw_spectrum-$(CONFIG_MLXSW_SPECTRUM_DCB) += spectrum_dcb.o
|
2017-08-26 13:35:38 +07:00
|
|
|
mlxsw_spectrum-$(CONFIG_NET_DEVLINK) += spectrum_dpipe.o
|
2016-11-16 21:20:46 +07:00
|
|
|
obj-$(CONFIG_MLXSW_MINIMAL) += mlxsw_minimal.o
|
|
|
|
mlxsw_minimal-objs := minimal.o
|