mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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,6 +22,9 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
# dont use our LDFLAGS, use the KERNEL LDFLAGS
|
||||||
|
LDFLAGS=""
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules
|
make V=1 CC=$CC -C $(kernel_path) SUBDIRS=`pwd` modules
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user