[PATCH 12/20] powerpc: change to new flag variables

2010-09-23 Thread matt mooney
Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y. Signed-off-by: matt mooney m...@muteddisk.com --- arch/powerpc/kernel/vdso32/Makefile |6 +++--- arch/powerpc/kernel/vdso64/Makefile |6 +++--- arch/powerpc/kvm/Makefile |2 +-

Re: [PATCH 12/20] powerpc: change to new flag variables

2010-09-23 Thread Stephen Rothwell
Hi Matt, On Wed, 22 Sep 2010 23:51:09 -0700 matt mooney m...@muteddisk.com wrote: Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y. This looks good. One comment below ... --- a/arch/powerpc/platforms/pseries/Makefile +++ b/arch/powerpc/platforms/pseries/Makefile @@

Re: [PATCH 12/20] powerpc: change to new flag variables

2010-09-23 Thread matt mooney
On 20:19 Thu 23 Sep , Stephen Rothwell wrote: Hi Matt, On Wed, 22 Sep 2010 23:51:09 -0700 matt mooney m...@muteddisk.com wrote: Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y. This looks good. One comment below ... ---