Roland Dreier | 225c7b1 | 2007-05-08 18:00:38 -0700 | [diff] [blame] | 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 icm.o intf.o main.o mcg.o \ |
Eli Cohen | c82e9aa | 2011-12-13 04:15:24 +0000 | [diff] [blame] | 4 | mr.o pd.o port.o profile.o qp.o reset.o sense.o srq.o resource_tracker.o |
Yevgeny Petrilin | c27a02c | 2008-10-22 15:47:49 -0700 | [diff] [blame] | 5 | |
| 6 | obj-$(CONFIG_MLX4_EN) += mlx4_en.o |
| 7 | |
Yevgeny Petrilin | 9e47eda | 2009-06-01 23:21:20 +0000 | [diff] [blame] | 8 | mlx4_en-y := en_main.o en_tx.o en_rx.o en_ethtool.o en_port.o en_cq.o \ |
Yevgeny Petrilin | e7c1c2c4 | 2010-08-24 03:46:18 +0000 | [diff] [blame] | 9 | en_resources.o en_netdev.o en_selftest.o |
Amir Vadai | 564c274 | 2012-04-04 21:33:26 +0000 | [diff] [blame] | 10 | mlx4_en-$(CONFIG_MLX4_EN_DCB) += en_dcb_nl.o |