Re: [PATCH] kbuild: use always-y instead of extra-y

From: Rob Herring
Date: Wed Jan 20 2021 - 22:21:29 EST


On Wed, Jan 20, 2021 at 03:23:51PM +0900, Masahiro Yamada wrote:
> As commit d0e628cd817f ("kbuild: doc: clarify the difference between
> extra-y and always-y") explained, extra-y should be used for listing
> the prerequsites of vmlinux. always-y is a better fix here.

prerequisites

Glad to see this clarified. I think just tried both and picked one.

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> ---
>
> Documentation/devicetree/bindings/Makefile | 8 ++++----
> drivers/gpu/drm/i915/Makefile | 2 +-
> scripts/Makefile.lib | 10 +++++-----
> scripts/gdb/linux/Makefile | 2 +-
> 4 files changed, 11 insertions(+), 11 deletions(-)