2015-07-30 05:33:46 +08:00
|
|
|
obj-$(CONFIG_MLXSW_CORE) += mlxsw_core.o
|
|
|
|
mlxsw_core-objs := core.o
|
2015-11-27 20:45:57 +08:00
|
|
|
mlxsw_core-$(CONFIG_MLXSW_CORE_HWMON) += core_hwmon.o
|
2015-07-30 05:33:47 +08:00
|
|
|
obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
|
|
|
|
mlxsw_pci-objs := pci.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 \
|
|
|
|
spectrum_switchdev.o
|