diff options
author | Eli Cohen <eli@dev.mellanox.co.il> | 2008-04-17 00:09:32 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:32 -0400 |
commit | 82c24c18afc5e1c2a955bdc2762b19721283365c (patch) | |
tree | 2dd054b0738962daee6bdfd268c8b9fbb9fc466d /drivers/infiniband/ulp/ipoib/Makefile | |
parent | 9b1f38515c41a5f13021e15b50b6558db236d6d5 (diff) |
IPoIB: Add basic ethtool support
Just add the infrastructure so we can add functionality later.
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/Makefile')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/Makefile b/drivers/infiniband/ulp/ipoib/Makefile index 98ee38e8c2c4..3090100f0de7 100644 --- a/drivers/infiniband/ulp/ipoib/Makefile +++ b/drivers/infiniband/ulp/ipoib/Makefile | |||
@@ -4,7 +4,8 @@ ib_ipoib-y := ipoib_main.o \ | |||
4 | ipoib_ib.o \ | 4 | ipoib_ib.o \ |
5 | ipoib_multicast.o \ | 5 | ipoib_multicast.o \ |
6 | ipoib_verbs.o \ | 6 | ipoib_verbs.o \ |
7 | ipoib_vlan.o | 7 | ipoib_vlan.o \ |
8 | ipoib_ethtool.o | ||
8 | ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_CM) += ipoib_cm.o | 9 | ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_CM) += ipoib_cm.o |
9 | ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o | 10 | ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o |
10 | 11 | ||