Re: [PATCH] xtensa: remove meaningless export ccflags-y

From: Max Filippov
Date: Tue Mar 10 2020 - 02:35:03 EST


On Mon, Mar 9, 2020 at 10:00 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> arch/xtensa/boot/Makefile does not define ccflags-y at all.
>
> Please do not export ccflags-y because it is meant to be effective
> only in the current Makefile.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> ---
>
> arch/xtensa/boot/Makefile | 1 -
> 1 file changed, 1 deletion(-)

Thanks! Applied to my xtensa tree.

-- Max