Re: [PATCH 2/3] kbuild: remove unnecessary variable initializaions

From: Peter Foley
Date: Tue Sep 09 2014 - 12:24:13 EST


On Tue, Sep 9, 2014 at 6:26 AM, Masahiro Yamada
<yamada.m@xxxxxxxxxxxxxxxx> wrote:
> Clearing obj-y, obj-m, obj-n, obj- in each Makefile is
> a useless habit.
>
> They are non-exported variables; therefore they are always empty
> whenever descending into each subdirectory.
> (Moreorver, obj-y and obj-m are also set to empty at the beginning
> of scripts/Makefile.build)
>
> Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx>

Acked-by: Peter Foley <pefoley2@xxxxxxxxxxx>
--
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/