86387e1ac4
Move the Exar drivers into drivers/net/ethernet/neterion/ and make the necessary Kconfig and Makefile changes. CC: Jon Mason <jdmason@kudzu.us> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7 lines
200 B
Makefile
7 lines
200 B
Makefile
#
|
|
# Makefile for Exar Corp'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
|