Hi, This is the third version for the ynl and drivers/net/hw cross-compilation enablement series.
Changes come from Sashiko reviews, that detected some Makefile inclusion ordering issues, a stray 'Q = @' in the ynl makefiles to have proper verbosity support, and some commit log rewording. Changes in V3: - Add Matthieu's review tags - Drop 'Q = @' line in patch 1, it's now handled properly through Makefile.include - Include Makefile.include before Makefile.arch - Reword the commit logs to explain the limitations Changes in V2: V2: https://lore.kernel.org/r/[email protected] - Update the topic for patch 1 - Update the CC construction for patch 2 V1: https://lore.kernel.org/r/[email protected] Maxime Chevallier (Netdev Foundation) (2): tools: ynl: Allow cross-compiling ynl and associated tools selftests: drv-net: Use cross-compilation environment for the io_uring check tools/net/ynl/Makefile | 1 + tools/net/ynl/generated/Makefile | 3 ++- tools/net/ynl/lib/Makefile | 3 ++- tools/net/ynl/tests/Makefile | 2 +- tools/net/ynl/ynltool/Makefile | 6 ++---- tools/testing/selftests/drivers/net/hw/Makefile | 5 +++++ 6 files changed, 13 insertions(+), 7 deletions(-) -- 2.55.0

