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>
6 lines
169 B
Makefile
6 lines
169 B
Makefile
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o
|
|
|
|
iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o
|