Re: [PATCH V6 4/6] kbuild: Add support to build overlays (%.dtbo)

2021-01-22 Thread Masahiro Yamada
On Fri, Jan 22, 2021 at 7:51 PM Viresh Kumar wrote: > > Add support for building DT overlays (%.dtbo). The overlay's source file > will have the usual extension, i.e. .dts, though the blob will have > .dtbo extension to distinguish it from normal blobs. > > Signed-off-by: Viresh Kumar > ---

[PATCH V6 4/6] kbuild: Add support to build overlays (%.dtbo)

2021-01-22 Thread Viresh Kumar
Add support for building DT overlays (%.dtbo). The overlay's source file will have the usual extension, i.e. .dts, though the blob will have .dtbo extension to distinguish it from normal blobs. Signed-off-by: Viresh Kumar --- .gitignore | 1 + Makefile | 5 -