0
0
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:
Felix Fietkau
2025-08-31 23:48:10 +02:00
parent 58a29752b1
commit cbfbac761a

View File

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