diff options
author | Ramkrishna Vepa <ram.vepa@neterion.com> | 2009-04-01 18:15:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 00:33:46 -0700 |
commit | f1782852adb57c8daf76a56146424f6c2f7410b6 (patch) | |
tree | 3b7bfb903c2dc1e5b0d45e28b34107ef87d6eb1a /drivers/net/vxge/Makefile | |
parent | 5f548a32814a0e5da4656b4eee1e3542f55fbef1 (diff) | |
download | linux-3.10-f1782852adb57c8daf76a56146424f6c2f7410b6.tar.gz linux-3.10-f1782852adb57c8daf76a56146424f6c2f7410b6.tar.bz2 linux-3.10-f1782852adb57c8daf76a56146424f6c2f7410b6.zip |
Neterion: New driver: Kconfig and Makefile
- Kconfig and Makefile related changes for vxge driver.
- No changes in current submission.
- Changes from previous submission -
- Incorporated the following review comments as per Bill Flink:
- Add dependancy on INET along with PCI
- Remove dependancy on INET_LRO and add GRO support.
- Made this patch as last patch as per Ben Hutchings comments.
Signed-off-by: Sivakumar Subramani <sivakumar.subramani@neterion.com>
Signed-off-by: Rastapur Santosh <santosh.rastapur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxge/Makefile')
-rw-r--r-- | drivers/net/vxge/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/vxge/Makefile b/drivers/net/vxge/Makefile new file mode 100644 index 00000000000..8992ca26b27 --- /dev/null +++ b/drivers/net/vxge/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for Neterion Inc's X3100 Series 10 GbE PCIe # I/O +# Virtualized Server Adapter linux driver + +obj-$(CONFIG_VXGE) += vxge.o + +vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o |