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>
This commit is contained in:
Felix Fietkau
2021-11-01 18:40:03 +01:00
parent f3a28b6bcf
commit 6738820bf6
4 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
BPF_DEPENDS := @HAS_BPF_TOOLCHAIN
ifneq ($(CONFIG_BPF_TOOLCHAIN_HOST),)
BPF_TOOLCHAIN_HOST_PATH:=$(call qstrip,$(CONFIG_BPF_TOOLCHAIN_HOST_PATH))
ifneq ($(BPF_TOOLCHAIN_HOST_PATH),)