Makefile 200 Bytes edit raw blame history 1 2 3 4 5 6 7 # # 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