diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-11-01 15:36:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-01 16:38:40 +0100 |
commit | 5ad663b7652e06e430209c2b3f5ab835181082e7 (patch) | |
tree | 61b8c0d21ed118824c40d9827176b47b072c9b54 /tools | |
parent | 2d5b83197a2035b95efdd954f086f099b67ae139 (diff) | |
download | upstream-5ad663b7652e06e430209c2b3f5ab835181082e7.tar.gz upstream-5ad663b7652e06e430209c2b3f5ab835181082e7.tar.bz2 upstream-5ad663b7652e06e430209c2b3f5ab835181082e7.zip |
config: add choice for selecting the LLVM toolchain type
This is global for all BPF based packages
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index dc665f6b46..f070692942 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -35,7 +35,7 @@ tools-$(CONFIG_TARGET_mxs) += elftosb sdimage tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs tools-$(CONFIG_USES_MINOR) += kernel2minor tools-$(CONFIG_USE_SPARSE) += sparse -tools-$(CONFIG_BUILD_LLVM_BPF) += llvm-bpf +tools-$(CONFIG_BPF_TOOLCHAIN_BUILD_LLVM) += llvm-bpf # builddir dependencies $(curdir)/autoconf/compile := $(curdir)/m4/compile |