Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx4 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_MLX4_CORE)         += mlx4_core.o
3
4 mlx4_core-y :=  alloc.o catas.o cmd.o cq.o eq.o fw.o fw_qos.o icm.o intf.o \
5                 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
6                 srq.o resource_tracker.o crdump.o
7
8 obj-$(CONFIG_MLX4_EN)               += mlx4_en.o
9
10 mlx4_en-y :=    en_main.o en_tx.o en_rx.o en_ethtool.o en_port.o en_cq.o \
11                 en_resources.o en_netdev.o en_selftest.o en_clock.o
12 mlx4_en-$(CONFIG_MLX4_EN_DCB) += en_dcb_nl.o