2011-04-07 07:57:17 -06:00
|
|
|
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb3
|
2007-02-12 17:16:18 -07:00
|
|
|
|
|
|
|
obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o
|
|
|
|
|
|
|
|
iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
|
|
|
|
iwch_provider.o iwch.o cxio_hal.o cxio_resource.o
|
|
|
|
|
2010-09-24 13:17:18 -06:00
|
|
|
ccflags-$(CONFIG_INFINIBAND_CXGB3_DEBUG) += -DDEBUG
|