mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
926bd900b1
Update copyright information to reflect the Exar purchase of Neterion Signed-off-by: Jon Mason <jon.mason@exar.com> Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@exar.com> Signed-off-by: Ramkrishna Vepa <ramkrishna.vepa@exar.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
200 B
Makefile
8 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
|