forked from Minki/linux
f7917c009c
Moves the drivers for the Chelsio chipsets into drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile changes. CC: Divy Le Ray <divy@chelsio.com> CC: Dimitris Michailidis <dm@chelsio.com> CC: Casey Leedom <leedom@chelsio.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
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
|