From a1c783860d45299fb87e385937247f2adc65403c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 5 Aug 2012 16:39:15 +0200 Subject: [PATCH] asix-ax887xx: cosmetics - put 'LDFLAGS' in the make line Signed-off-by: Stephan Raue --- packages/linux-drivers/asix-ax887xx/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/linux-drivers/asix-ax887xx/build b/packages/linux-drivers/asix-ax887xx/build index 743793fa33..2b946b0378 100755 --- a/packages/linux-drivers/asix-ax887xx/build +++ b/packages/linux-drivers/asix-ax887xx/build @@ -22,8 +22,5 @@ . config/options $1 -# dont use our LDFLAGS, use the KERNEL LDFLAGS - LDFLAGS="" - cd $PKG_BUILD - make V=1 CC=$CC KDIR=$(kernel_path) + LDFLAGS="" make V=1 CC=$CC KDIR=$(kernel_path)