Re: [PATCH 2.6.13 1/20] aic94xx: Makefile

From: Sam Ravnborg
Date: Sat Sep 10 2005 - 07:25:30 EST


On Fri, Sep 09, 2005 at 09:14:35PM +0100, viro@xxxxxxxxxxxxxxxxxx wrote:
> On Sat, Sep 10, 2005 at 12:18:34AM +0400, Alexey Dobriyan wrote:
> > On Fri, Sep 09, 2005 at 03:32:05PM -0400, Luben Tuikov wrote:
> > > --- linux-2.6.13-orig/drivers/scsi/aic94xx/Makefile
> > > +++ linux-2.6.13/drivers/scsi/aic94xx/Makefile
> >
> > > +CHECK = sparse -Wbitwise
> >
> > make C=1 CHECK="sparse -Wbitwise"
> > or
> > make C=1
> Or patch below and use make C=1 CF=-Wbitwise...
>
> Allows to add to sparse arguments without mutilating makefiles - just
> pass CF=<arguments> and they will be added to CHECKFLAGS.

Applied - thanks.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/