alistair23-linux/drivers/scsi/cxgbi/cxgb4i
Jiri Slaby ce1fb04153 drivers/scsi/cxgbi: fix build with EXTRA_CFLAGS
EXTRA_CFLAGS are intended to be used on the command line, not by Kbuild.
In case of cxgbi drivers, use of EXTRA_CFLAGS results in a compilation
failure:

  drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:24:21: fatal error: t4_regs.h: No such file or directory

when building like:

$ make drivers/scsi/cxgbi/ EXTRA_CFLAGS=-Wwhatever

Use ccflags-y instead of EXTRA_CFLAGS.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-11-09 15:11:24 -08:00
..
cxgb4i.c cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes 2015-10-14 18:40:32 -07:00
cxgb4i.h cxgb4i: set the initial sequence number 2015-05-25 08:46:25 -07:00
Kbuild drivers/scsi/cxgbi: fix build with EXTRA_CFLAGS 2015-11-09 15:11:24 -08:00
Kconfig libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfig 2014-08-13 20:04:47 -07:00