diff options
| -rw-r--r-- | tools/testing/selftests/bpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 05fc4e2e7b3a..9316e648a880 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile | |||
| @@ -39,7 +39,7 @@ $(BPFOBJ): force | |||
| 39 | CLANG ?= clang | 39 | CLANG ?= clang |
| 40 | LLC ?= llc | 40 | LLC ?= llc |
| 41 | 41 | ||
| 42 | PROBE := $(shell llc -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) | 42 | PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) |
| 43 | 43 | ||
| 44 | # Let newer LLVM versions transparently probe the kernel for availability | 44 | # Let newer LLVM versions transparently probe the kernel for availability |
| 45 | # of full BPF instruction set. | 45 | # of full BPF instruction set. |
