diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2010-01-09 02:24:50 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-10 13:34:23 -0800 |
commit | ecc6703cbb2bb648c7345c652a704f7af56322b8 (patch) | |
tree | 7c8964f28f879ff6e6cf443813f5d102b2153bef /drivers/net/Makefile | |
parent | 0d3592fa28965a3083d670b430bb59c19efb6abe (diff) |
ixgbevf: Kconfig, Makefile and Documentation
Modifications for the Kconfig and network device Makefile to add the ixgbevf
driver module to the kernel plus basic driver documentation.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index ad1346dd9da..6746e8b8bdf 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac/ obj-$(CONFIG_IGB) += igb/ obj-$(CONFIG_IGBVF) += igbvf/ obj-$(CONFIG_IXGBE) += ixgbe/ +obj-$(CONFIG_IXGBEVF) += ixgbevf/ obj-$(CONFIG_IXGB) += ixgb/ obj-$(CONFIG_IP1000) += ipg.o obj-$(CONFIG_CHELSIO_T1) += chelsio/ |