You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|