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 \ |
Yevgeny Petrilin | 27bf91d | 2009-03-18 19:45:11 -0700 | [diff] [blame] | 4 | mr.o pd.o port.o profile.o qp.o reset.o sense.o srq.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 |