selftests/nolibc: drop dependency from sysroot to defconfig
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 2 Apr 2025 21:38:59 +0000 (23:38 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 11 Apr 2025 18:00:19 +0000 (20:00 +0200)
The creation of the sysroot does not require a kernel configuration.

Drop the dependency.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250402-nolibc-nolibc-test-native-v1-1-62f2f8585220@weissschuh.net
tools/testing/selftests/nolibc/Makefile

index 58bcbbd029bc3ad9ccac968191b703ccf5df0717..34d01e473c013a1400bf6023132017a5f663f75c 100644 (file)
@@ -232,7 +232,7 @@ all: run
 
 sysroot: sysroot/$(ARCH)/include
 
-sysroot/$(ARCH)/include: | defconfig
+sysroot/$(ARCH)/include:
        $(Q)rm -rf sysroot/$(ARCH) sysroot/sysroot
        $(QUIET_MKDIR)mkdir -p sysroot
        $(Q)$(MAKE) -C $(srctree) outputmakefile