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