On Thu, Jan 23, 2025 at 08:37:40AM +0100, Thomas Weißschuh wrote:
Some targets use the test kernel configuration. Executing defconfig in the same make invocation as those targets results in errors as the configuration may be in an inconsistent state during reconfiguration. Avoid this by introducing ordering dependencies between the defconfig and some other targets.
I didn't know these ordered dependencies of makefiles, we learn every day ;-)
Acked-by: Willy Tarreau w@1wt.eu
Willy