mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-05 23:42:55 +02:00
perf: fix disabling BUILD_BPF_SKEL
The makefile uses ifdef to check, so the variable needs to be empty Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -59,7 +59,7 @@ MAKE_FLAGS = \
|
||||
NO_LIBCAP=1 \
|
||||
NO_JEVENTS=1 \
|
||||
NO_SHELLCHECK=1 \
|
||||
BUILD_BPF_SKEL=0 \
|
||||
BUILD_BPF_SKEL= \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
LD="$(TARGET_CROSS)ld" \
|
||||
|
Reference in New Issue
Block a user