mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
f1782852ad
- 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>
8 lines
205 B
Makefile
8 lines
205 B
Makefile
#
|
|
# 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
|