AF9035: cosmetics - put 'LDFLAGS' in the make line

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-05 16:38:19 +02:00
parent dce1019c69
commit 0c10579e42

View File

@ -32,10 +32,7 @@ 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
LDFLAGS="" make CC=$CC
# ultraman: Original build module doesn't depends on dvb-usb module
# How to fix that? For now let's just modify .modinfo section in kernel module