blob: 7e7b5a66f042ad096b9960cdb6e6ebf66e759d6a [file] [log] [blame]
WANG Congaff59052008-01-01 21:41:08 +08001EXTRA_CFLAGS += -Idrivers/net/cxgb3
Steve Wiseb038ced2007-02-12 16:16:18 -08002
3obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o
4
5iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
6 iwch_provider.o iwch.o cxio_hal.o cxio_resource.o
7
8ifdef CONFIG_INFINIBAND_CXGB3_DEBUG
9EXTRA_CFLAGS += -DDEBUG
Steve Wiseb038ced2007-02-12 16:16:18 -080010endif