mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cryptodev-linux: dont use our LDFLAGS, use the KERNEL LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6d229d58a3
commit
4c976cadaa
@ -22,8 +22,11 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
# dont use our LDFLAGS, use the KERNEL LDFLAGS
|
||||
LDFLAGS=""
|
||||
|
||||
cd $PKG_BUILD
|
||||
make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/include/crypto
|
||||
cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto
|
||||
cp crypto/cryptodev.h $SYSROOT_PREFIX/usr/include/crypto
|
||||
|
Loading…
x
Reference in New Issue
Block a user