Re: [PATCH v2] scripts: fix deprecated always and hostprogs-y

From: David Howells
Date: Tue May 19 2020 - 12:21:10 EST


Anders Roxell <anders.roxell@xxxxxxxxxx> wrote:

> When I did an allmodconfig build the following warning showed up:
>
> scripts/Makefile.lib:8: 'always' is deprecated. Please use 'always-y' instead
> scripts/Makefile.lib:12: 'hostprogs-y' and 'hostprogs-m' are deprecated. Please use 'hostprogs' instead
>
> Rework to use the new 'always-y' and 'hostprogs'.
>
> Fixes: 631ec151fd96 ("Add sample notification program")
> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>

I've folded this in, thanks.

David