mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
AF9035: dont use our LDFLAGS, use the KERNEL LDFLAGS
This commit is contained in:
parent
f718b4ef84
commit
d8dd63c361
@ -32,6 +32,9 @@ sed -i "s|KDIR = .*|KDIR = $(kernel_path)|" Makefile
|
||||
sed -i "s|KSRC = .*|KSRC = \$KDIR|" Makefile
|
||||
sed -i "s|KINS = .*|KINS = \./modules|" Makefile
|
||||
|
||||
# dont use our LDFLAGS, use the KERNEL LDFLAGS
|
||||
LDFLAGS=""
|
||||
|
||||
make CC=$CC
|
||||
|
||||
# ultraman: Original build module doesn't depends on dvb-usb module
|
||||
|
Loading…
x
Reference in New Issue
Block a user