mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
perf: fix disabling BUILD_BPF_SKEL
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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:
parent
58a29752b1
commit
cbfbac761a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue