mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
84c6ade7a7
Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver "cxgb4vf". Signed-off-by: Casey Leedom Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
137 B
Makefile
8 lines
137 B
Makefile
#
|
|
# Chelsio T4 SR-IOV Virtual Function Driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o
|
|
|
|
cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o
|