Re: [PATCH v2 09/10] kbuild: Add config fragment merge functionality
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-01-20 17:14:10
Also in:
linux-arm-kernel, linux-devicetree, linux-kbuild
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-01-20 17:14:10
Also in:
linux-arm-kernel, linux-devicetree, linux-kbuild
On Fri, Jan 20, 2023, at 14:34, Alexander Stein wrote:
From: Nicolas Saenz Julienne <redacted> So far this function was only used locally in powerpc, some other architectures might benefit from it. Move it into scripts/Makefile.defconf. Signed-off-by: Nicolas Saenz Julienne <redacted> Signed-off-by: Alexander Stein <redacted> --- Directly applied from https://lore.kernel.org/linux-arm-kernel/20200203184820.4433-2-nsaenzjulienne@suse.de/T/#m96968dd45c0aaa88e0a7387024b5ac13b002363d (local)
Acked-by: Arnd Bergmann <arnd@arndb.de>
I can probably best take this through the soc tree directly
along with patch 10, while the first eight patches should
got through the nxp maintainer tree.
Arnd