Re: [PATCH v2 1/7] kbuild: refactor host*_flags

From: Miguel Ojeda
Date: Sun Jan 08 2023 - 09:05:54 EST


On Sun, Jan 8, 2023 at 2:06 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> No, there is no reason. Just my whimsy.
>
> I will do something like the following just in case.
>
> hostc_flags = -Wp,-MMD,$(depfile) \
> $(KBUILD_HOSTCFLAGS) $(HOST_EXTRACFLAGS) \
> $(HOSTCFLAGS_$(target-stem).o)

Yeah, it sounds simpler to keep it the same, we could always do the
order change in an independent patch if needed.

Cheers,
Miguel