aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
authorMark Brown <broonie@kernel.org>2026-05-29 18:09:37 +0100
committerMark Brown <broonie@kernel.org>2026-05-29 18:09:37 +0100
commit20f310809ee23d9d4b6e1ab35d4c163bdaac06be (patch)
tree1d3911c1037e5e3df38ccd26016ce2e95d53a045 /tools
parent2b0294d93212c0fdfa9285789459106cad3972b4 (diff)
parentd91643c64aa1b26bd88ad71be7591174d5ae9506 (diff)
downloadlinux-next-history-20f310809ee23d9d4b6e1ab35d4c163bdaac06be.tar.gz
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
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)