mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: fix build of 'cpupower'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
abad3d114a
commit
f028b4492b
@ -54,8 +54,8 @@ make $KERNEL_IMAGE
|
|||||||
|
|
||||||
( cd tools/power/cpupower
|
( cd tools/power/cpupower
|
||||||
|
|
||||||
export CFLAGS="$TARGET_CFLAGS -I$SYSROOT_PREFIX/usr/include"
|
export CFLAGS="-I$SYSROOT_PREFIX/usr/include"
|
||||||
export LDFLAGS="$TARGET_LDFLAGS -L$SYSROOT_PREFIX/lib -L$SYSROOT_PREFIX/usr/lib"
|
export LDFLAGS="-L$SYSROOT_PREFIX/lib -L$SYSROOT_PREFIX/usr/lib"
|
||||||
|
|
||||||
make CROSS="$TARGET_PREFIX" \
|
make CROSS="$TARGET_PREFIX" \
|
||||||
V=1 \
|
V=1 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user