| commit | 7454159d3c01371c1abed9d941044d95d2efde97 | [log] [tgz] |
|---|---|---|
| author | matt mooney <mfm@muteddisk.com> | Fri Sep 24 19:17:18 2010 +0000 |
| committer | Roland Dreier <rolandd@cisco.com> | Sat Oct 23 13:45:03 2010 -0700 |
| tree | ef61a04ca20c4a76c219f34d120e0e4744a2bebe | |
| parent | 26012f0750dd73348b0a0a680a4bee2715d4a334 [diff] [blame] |
IB: Replace EXTRA_CFLAGS with ccflags-y Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
diff --git a/drivers/infiniband/hw/cxgb4/Makefile b/drivers/infiniband/hw/cxgb4/Makefile index e31a499..cd20b13 100644 --- a/drivers/infiniband/hw/cxgb4/Makefile +++ b/drivers/infiniband/hw/cxgb4/Makefile
@@ -1,4 +1,4 @@ -EXTRA_CFLAGS += -Idrivers/net/cxgb4 +ccflags-y := -Idrivers/net/cxgb4 obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o