Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7454159d authored by matt mooney's avatar matt mooney Committed by Roland Dreier
Browse files

IB: Replace EXTRA_CFLAGS with ccflags-y



Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 26012f07
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
ifdef CONFIG_INFINIBAND_AMSO1100_DEBUG
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_INFINIBAND_AMSO1100_DEBUG) := -DDEBUG

obj-$(CONFIG_INFINIBAND_AMSO1100) += iw_c2.o

+2 −4
Original line number Diff line number Diff line
EXTRA_CFLAGS += -Idrivers/net/cxgb3
ccflags-y := -Idrivers/net/cxgb3

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

ifdef CONFIG_INFINIBAND_CXGB3_DEBUG
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_INFINIBAND_CXGB3_DEBUG) += -DDEBUG
+1 −1
Original line number Diff line number Diff line
EXTRA_CFLAGS += -Idrivers/net/cxgb4
ccflags-y := -Idrivers/net/cxgb4

obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o

+1 −1
Original line number Diff line number Diff line
EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
ccflags-y := -DIPATH_IDSTR='"QLogic kernel.org driver"' \
	-DIPATH_KERN_TYPE=0

obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o