Merge remote-tracking branch 'battery/for-next'
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / Makefile
CommitLineData
e126ba97
EC
1obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
2
3mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
1466cc5b
YP
4 health.o mcg.o cq.o srq.o alloc.o qp.o port.o mr.o pd.o \
5 mad.o transobj.o vport.o sriov.o fs_cmd.o fs_core.o \
f1ee87fe 6 fs_counters.o rl.o lag.o dev.o
08fb1dac 7
69697b6e 8mlx5_core-$(CONFIG_MLX5_CORE_EN) += wq.o eswitch.o eswitch_offloads.o \
b50d292b
HHZ
9 en_main.o en_common.o en_fs.o en_ethtool.o en_tx.o \
10 en_rx.o en_rx_am.o en_txrx.o en_clock.o vxlan.o \
6dc6071c 11 en_tc.o en_arfs.o en_rep.o en_fs_ethtool.o
08fb1dac
SM
12
13mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o
This page took 0.31364 seconds and 5 git commands to generate.