Re: [PATCH V9 1/4] kbuild: Simplify builds with CONFIG_OF_ALL_DTBS

2021-03-05 Thread Masahiro Yamada
On Wed, Mar 3, 2021 at 1:36 PM Viresh Kumar wrote: > > We update 'extra-y' based on CONFIG_OF_ALL_DTBS three times. It would be > far more straight forward if we rather update dtb-y to include all .dtb > files if CONFIG_OF_ALL_DTBS is enabled. > > Signed-off-by: Viresh Kumar Acked-by: Masahiro

[PATCH V9 1/4] kbuild: Simplify builds with CONFIG_OF_ALL_DTBS

2021-03-03 Thread Viresh Kumar
We update 'extra-y' based on CONFIG_OF_ALL_DTBS three times. It would be far more straight forward if we rather update dtb-y to include all .dtb files if CONFIG_OF_ALL_DTBS is enabled. Signed-off-by: Viresh Kumar --- scripts/Makefile.lib | 5 ++--- 1 file changed, 2 insertions(+), 3