summaryrefslogtreecommitdiff
path: root/drivers/net/igb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/Makefile')
-rw-r--r--drivers/net/igb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/igb/Makefile b/drivers/net/igb/Makefile
index 01193b8460fc..5d7462b8b0ef 100644
--- a/drivers/net/igb/Makefile
+++ b/drivers/net/igb/Makefile
@@ -1,7 +1,7 @@
################################################################################
#
# Intel 82575 PCI-Express Ethernet Linux driver
-# Copyright(c) 1999 - 2011 Intel Corporation.
+# Copyright(c) 1999 - 2013 Intel Corporation.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms and conditions of the GNU General Public License,
@@ -34,5 +34,6 @@ obj-$(CONFIG_IGB) += igb.o
igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
- e1000_i210.o
-
+ e1000_i210.o \
+ e1000_manage.o igb_param.o kcompat.o e1000_api.o \
+ igb_vmdq.o igb_procfs.o igb_hwmon.o igb_debugfs.o