mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: always build perf, unless explicitly disabled
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
71b060e76e
commit
2e2e683a62
@ -75,7 +75,7 @@ if [ "$TARGET_KERNEL_ARCH" = "arm64" -a "$TARGET_ARCH" = "arm" ]; then
|
|||||||
HEADERS_ARCH=$TARGET_ARCH
|
HEADERS_ARCH=$TARGET_ARCH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = "yes" -a "$PKG_BUILD_PERF" != "no" ] && grep -q ^CONFIG_PERF_EVENTS= $PKG_KERNEL_CFG_FILE ; then
|
if [ "$PKG_BUILD_PERF" != "no" ] && grep -q ^CONFIG_PERF_EVENTS= $PKG_KERNEL_CFG_FILE ; then
|
||||||
PKG_BUILD_PERF="yes"
|
PKG_BUILD_PERF="yes"
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET binutils elfutils libunwind zlib openssl"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET binutils elfutils libunwind zlib openssl"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user