summaryrefslogtreecommitdiffstats
path: root/include/bpf.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-11-02 19:38:12 +0100
committerFelix Fietkau <nbd@nbd.name>2021-11-04 16:55:04 +0100
commita7c0d7c06c5b353c98f6db6b0b766d2ff3dd6887 (patch)
tree295038af20a99a089e7d049ea0d2c235bbd1443f /include/bpf.mk
parenta6a9f9be278e718f3f8a5cb7640dd8035cc802b9 (diff)
downloadopenwrt-a7c0d7c06c5b353c98f6db6b0b766d2ff3dd6887.tar.gz
openwrt-a7c0d7c06c5b353c98f6db6b0b766d2ff3dd6887.tar.bz2
openwrt-a7c0d7c06c5b353c98f6db6b0b766d2ff3dd6887.zip
llvm-bpf: move to staging_dir/host/llvm-bpf
This makes it easier to package it up for the download server Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/bpf.mk')
-rw-r--r--include/bpf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bpf.mk b/include/bpf.mk
index 9636ad5165..28cdf6cb32 100644
--- a/include/bpf.mk
+++ b/include/bpf.mk
@@ -10,7 +10,7 @@ ifneq ($(CONFIG_BPF_TOOLCHAIN_HOST),)
CLANG:=$(firstword $(shell PATH='$(BPF_PATH)' which clang clang-13 clang-12 clang-11))
LLVM_VER:=$(subst clang,,$(notdir $(CLANG)))
else
- CLANG:=$(STAGING_DIR_HOST)/bin/clang
+ CLANG:=$(STAGING_DIR_HOST)/llvm-bpf/bin/clang
LLVM_VER:=
endif