Linux 4.5-rc6
[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 mlx5_core-$(CONFIG_MLX5_CORE_EN) += wq.o eswitch.o \
7 en_main.o en_fs.o en_ethtool.o en_tx.o en_rx.o \
8 en_txrx.o en_clock.o
This page took 0.029923 seconds and 5 git commands to generate.