diff options
author | 2025-04-02 23:38:59 +0200 | |
---|---|---|
committer | 2025-04-11 20:00:19 +0200 | |
commit | cdbf0f199e1f9ecb1af3c0ea8cb956d010447049 (patch) | |
tree | ca463056b41ff48edf81d955d1bbb23404b0e13f /tools/testing/selftests/nolibc/Makefile | |
parent | tools/nolibc/types.h: fix mismatched parenthesis in minor() (diff) | |
download | wireguard-linux-cdbf0f199e1f9ecb1af3c0ea8cb956d010447049.tar.xz wireguard-linux-cdbf0f199e1f9ecb1af3c0ea8cb956d010447049.zip |
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
Diffstat (limited to '')
-rw-r--r-- | tools/testing/selftests/nolibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/nolibc/Makefile b/tools/testing/selftests/nolibc/Makefile index 58bcbbd029bc..34d01e473c01 100644 --- a/tools/testing/selftests/nolibc/Makefile +++ b/tools/testing/selftests/nolibc/Makefile @@ -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 |