aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
authorJiri Kosina <jkosina@suse.com>2026-06-16 22:00:35 +0200
committerJiri Kosina <jkosina@suse.com>2026-06-16 22:00:35 +0200
commit4baef95dcd2636156cbe8839d0fc2f3179d916bc (patch)
tree38e605b47fcc56b2277f9339e46d51a8cf8772e5 /tools
parent9b704a7e71857483cd605b9ebc105e693db17bc8 (diff)
parent857e71cb0a538b1660743a4267a1e789575f7966 (diff)
downloadath-4baef95dcd2636156cbe8839d0fc2f3179d916bc.tar.gz
Merge branch 'for-7.2/bpf' into for-linus
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/hid/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile
index 50ec9e0406aba..96071b4800e82 100644
--- a/tools/testing/selftests/hid/Makefile
+++ b/tools/testing/selftests/hid/Makefile
@@ -105,13 +105,6 @@ $(MAKE_DIRS):
$(call msg,MKDIR,,$@)
$(Q)mkdir -p $@
-# LLVM's ld.lld doesn't support all the architectures, so use it only on x86
-ifeq ($(SRCARCH),x86)
-LLD := lld
-else
-LLD := ld
-endif
-
DEFAULT_BPFTOOL := $(HOST_SCRATCH_DIR)/sbin/bpftool
TEST_GEN_PROGS_EXTENDED += $(DEFAULT_BPFTOOL)