Re: [PATCH v2 0/8] kbuild: various cleanups

From: Masahiro Yamada
Date: Sat Sep 24 2022 - 14:06:58 EST


On Tue, Sep 6, 2022 at 3:13 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
>
> - Refactor single target build to make it work more correctly
> - Link vmlinux and modules in parallel
> - Remove head-y syntax
>
>
> Masahiro Yamada (8):
> kbuild: fix and refactor single target build
> kbuild: rename modules.order in sub-directories to .modules.order
> kbuild: move core-y and drivers-y to ./Kbuild
> kbuild: move .vmlinux.objs rule to Makefile.modpost
> kbuild: move vmlinux.o rule to the top Makefile
> kbuild: unify two modpost invocations
> kbuild: use obj-y instead extra-y for objects placed at the head
> kbuild: remove head-y syntax


Various bugs have been reported for v2.


I applied 1/8.
dropped 2/8.
will send v3 for the rest.





--
Best Regards
Masahiro Yamada