mlxsw: Introduce simplistic KVD linear area manager
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlxsw / Makefile
1 obj-$(CONFIG_MLXSW_CORE) += mlxsw_core.o
2 mlxsw_core-objs := core.o
3 mlxsw_core-$(CONFIG_MLXSW_CORE_HWMON) += core_hwmon.o
4 obj-$(CONFIG_MLXSW_PCI) += mlxsw_pci.o
5 mlxsw_pci-objs := pci.o
6 obj-$(CONFIG_MLXSW_SWITCHX2) += mlxsw_switchx2.o
7 mlxsw_switchx2-objs := switchx2.o
8 obj-$(CONFIG_MLXSW_SPECTRUM) += mlxsw_spectrum.o
9 mlxsw_spectrum-objs := spectrum.o spectrum_buffers.o \
10 spectrum_switchdev.o spectrum_router.o \
11 spectrum_kvdl.o
12 mlxsw_spectrum-$(CONFIG_MLXSW_SPECTRUM_DCB) += spectrum_dcb.o
This page took 0.02975 seconds and 5 git commands to generate.