Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx4 / Makefile
1 obj-$(CONFIG_MLX4_CORE) += mlx4_core.o
2
3 mlx4_core-y := alloc.o catas.o cmd.o cq.o eq.o fw.o fw_qos.o icm.o intf.o \
4 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
5 srq.o resource_tracker.o
6
7 obj-$(CONFIG_MLX4_EN) += mlx4_en.o
8
9 mlx4_en-y := en_main.o en_tx.o en_rx.o en_ethtool.o en_port.o en_cq.o \
10 en_resources.o en_netdev.o en_selftest.o en_clock.o
11 mlx4_en-$(CONFIG_MLX4_EN_DCB) += en_dcb_nl.o
This page took 0.036222 seconds and 5 git commands to generate.