diff options
| author | Jiri Kosina <jkosina@suse.com> | 2026-06-16 22:00:35 +0200 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2026-06-16 22:00:35 +0200 |
| commit | 4baef95dcd2636156cbe8839d0fc2f3179d916bc (patch) | |
| tree | 38e605b47fcc56b2277f9339e46d51a8cf8772e5 /tools | |
| parent | 9b704a7e71857483cd605b9ebc105e693db17bc8 (diff) | |
| parent | 857e71cb0a538b1660743a4267a1e789575f7966 (diff) | |
| download | ath-4baef95dcd2636156cbe8839d0fc2f3179d916bc.tar.gz | |
Merge branch 'for-7.2/bpf' into for-linus
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/testing/selftests/hid/Makefile | 7 |
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) |
