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>
This commit is contained in:
Felix Fietkau
2021-11-02 19:38:12 +01:00
parent a6a9f9be27
commit a7c0d7c06c
2 changed files with 8 additions and 2 deletions

View File

@@ -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