]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: execute defconfig before other targets
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 23 Jan 2025 07:37:40 +0000 (08:37 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 3 Feb 2025 20:02:15 +0000 (21:02 +0100)
commitd7d271ec30dd02bb9c695233e7fc04a6c728f467
treec751f340526d9559ddbd781ed5f88261eca0005c
parent25d5ef9e7c55fa6f997a53eced9a33a982c9421b
selftests/nolibc: execute defconfig before other targets

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.

Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250123-nolibc-config-v2-4-5701c35995d6@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile