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

2020-05-11 Thread Anders Roxell
On Wed, 6 May 2020 at 20:36, Masahiro Yamada wrote: > > On Tue, May 5, 2020 at 8:54 PM Anders Roxell wrote: > > > > When I did an allmodconfig build the following warning showed up: > > > > scripts/Makefile.lib:8: 'always' is deprecated. Please use 'always-y' > > instead > >

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

2020-05-06 Thread Masahiro Yamada
On Tue, May 5, 2020 at 8:54 PM Anders Roxell 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

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

2020-05-05 Thread Anders Roxell
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