]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/nolibc: drop implicit defconfig executions
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Jun 2025 21:39:30 +0000 (23:39 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Jun 2025 20:51:51 +0000 (22:51 +0200)
commit54c18a8f07aa9dbb66b8b194dd38d2bc55121bfe
tree96e83c3f1949dde2f50795c932aa60c94df32672
parentcc6dc5fbecfdf2de3ec02c15754d3fd4879e32ff
selftests/nolibc: drop implicit defconfig executions

Commit d7d271ec30dd ("selftests/nolibc: execute defconfig before other targets")
accidentally introduced implicit executions of the defconfig target.
These executions were unintentional and come from a misunderstanding of
ordering dependencies.

Drop the dependencies again.

Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/all/3d5128b9-b4b6-4a8e-94ce-ea5ff4ea655b@sirena.org.uk/
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250620-nolibc-selftests-v1-1-f6b2ce7c5071@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile