2015-07-30 04:33:46 +07:00
|
|
|
obj-$(CONFIG_MLXSW_CORE) += mlxsw_core.o
|
|
|
|
mlxsw_core-objs := core.o
|
2015-11-27 19:45:57 +07:00
|
|
|
mlxsw_core-$(CONFIG_MLXSW_CORE_HWMON) += core_hwmon.o
|
2015-07-30 04:33:47 +07:00
|
|
|
obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
|
|
|
|
mlxsw_pci-objs := pci.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 \
|
|
|
|
spectrum_kvdl.o
|
2016-04-06 22:10:09 +07:00
|
|
|
mlxsw_spectrum-$(CONFIG_MLXSW_SPECTRUM_DCB) += spectrum_dcb.o
|