diff options
author | Jiri Slaby <[email protected]> | 2015-11-09 14:58:21 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-11-09 15:11:24 -0800 |
commit | ce1fb04153e6d27b5f0e23a30bacaacfcae8195f (patch) | |
tree | 23d931e65afc25d9a92c3670fdfd66c7eecd2603 /lib/mpi/mpiutil.c | |
parent | 0e77acef8ec21c82530214728631fb7a416e75c7 (diff) |
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 <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Cc: James Bottomley <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions