mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
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
|