selftests/nolibc: drop dependency from sysroot to defconfig

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
This commit is contained in:
Thomas Weißschuh
2025-04-11 20:00:19 +02:00
parent 9c138ac939
commit cdbf0f199e
+1 -1
View 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