Re: [PATCH] kbuild: apply fixdep logic to link-vmlinux.sh

2021-03-05 Thread Masahiro Yamada
On Fri, Mar 5, 2021 at 10:50 PM Masahiro Yamada wrote: > > On Fri, Mar 5, 2021 at 7:02 PM Rasmus Villemoes > wrote: > > > > The patch adding CONFIG_VMLINUX_MAP revealed a small defect in the > > build system: link-vmlinux.sh takes decisions based on CONFIG_* > > options, but changing one of those

Re: [PATCH] kbuild: apply fixdep logic to link-vmlinux.sh

2021-03-05 Thread Masahiro Yamada
On Fri, Mar 5, 2021 at 7:02 PM Rasmus Villemoes wrote: > > The patch adding CONFIG_VMLINUX_MAP revealed a small defect in the > build system: link-vmlinux.sh takes decisions based on CONFIG_* > options, but changing one of those does not always lead to vmlinux > being linked again. > > For most of

[PATCH] kbuild: apply fixdep logic to link-vmlinux.sh

2021-03-05 Thread Rasmus Villemoes
The patch adding CONFIG_VMLINUX_MAP revealed a small defect in the build system: link-vmlinux.sh takes decisions based on CONFIG_* options, but changing one of those does not always lead to vmlinux being linked again. For most of the CONFIG_* knobs referenced previously, this has probably been hid