summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-11-01 18:40:03 +0100
committerFelix Fietkau <nbd@nbd.name>2021-11-01 18:41:20 +0100
commit6738820bf637fd705ea7e61acf4f694e1bcda313 (patch)
tree8d69e7a4743e4eca559b8df226589ed3f5c2a893 /tools/Makefile
parentf3a28b6bcf984dc55ec2d675ba75f0d3bc794eb9 (diff)
downloadopenwrt-6738820bf637fd705ea7e61acf4f694e1bcda313.tar.gz
openwrt-6738820bf637fd705ea7e61acf4f694e1bcda313.tar.bz2
openwrt-6738820bf637fd705ea7e61acf4f694e1bcda313.zip
build: fix bpf toolchain dependency for qosify
Add hidden symbols to fix defaults with CONFIG_DEVEL unset Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f070692942..ad8eeb31a4 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_BPF_TOOLCHAIN_BUILD_LLVM) += llvm-bpf
+tools-$(CONFIG_USE_LLVM_BUILD) += llvm-bpf
# builddir dependencies
$(curdir)/autoconf/compile := $(curdir)/m4/compile