Merge tag 'nios2-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
[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 \
4 health.o mcg.o cq.o srq.o alloc.o qp.o port.o mr.o pd.o \
43a335e0 5 mad.o transobj.o vport.o sriov.o fs_cmd.o fs_core.o fs_counters.o
08fb1dac 6
86d722ad 7mlx5_core-$(CONFIG_MLX5_CORE_EN) += wq.o eswitch.o \
7cb21b79 8 en_main.o en_fs.o en_ethtool.o en_tx.o en_rx.o \
1de1d449 9 en_txrx.o en_clock.o vxlan.o en_tc.o en_arfs.o
08fb1dac
SM
10
11mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o
This page took 0.198014 seconds and 5 git commands to generate.