Merge remote-tracking branch 'xen-tip/linux-next'
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / Makefile
1 obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
2
3 mlx5_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 \
5 mad.o transobj.o vport.o sriov.o fs_cmd.o fs_core.o \
6 fs_counters.o rl.o lag.o dev.o
7
8 mlx5_core-$(CONFIG_MLX5_CORE_EN) += wq.o eswitch.o eswitch_offloads.o \
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 \
11 en_tc.o en_arfs.o en_rep.o en_fs_ethtool.o
12
13 mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o
This page took 0.047115 seconds and 5 git commands to generate.