mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26: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
|
||||
|
||||
export CFLAGS="$TARGET_CFLAGS -I$SYSROOT_PREFIX/usr/include"
|
||||
export LDFLAGS="$TARGET_LDFLAGS -L$SYSROOT_PREFIX/lib -L$SYSROOT_PREFIX/usr/lib"
|
||||
export CFLAGS="-I$SYSROOT_PREFIX/usr/include"
|
||||
export LDFLAGS="-L$SYSROOT_PREFIX/lib -L$SYSROOT_PREFIX/usr/lib"
|
||||
|
||||
make CROSS="$TARGET_PREFIX" \
|
||||
V=1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user