From 0c10579e42b8889d55587e9da09637ee967f8504 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 Aug 2012 16:38:19 +0200 Subject: [PATCH] AF9035: cosmetics - put 'LDFLAGS' in the make line Signed-off-by: Stephan Raue --- packages/linux-drivers/AF9035/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/linux-drivers/AF9035/build b/packages/linux-drivers/AF9035/build index d1260d3226..d46e18340e 100755 --- a/packages/linux-drivers/AF9035/build +++ b/packages/linux-drivers/AF9035/build @@ -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