From c8f3e9747f2424c262367ce4ad8e7bdee70d39f9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 9 Feb 2012 14:29:57 +0100 Subject: [PATCH] asix-ax887xx: use kernels LDFLAGS Signed-off-by: Stephan Raue --- packages/linux-drivers/asix-ax887xx/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/linux-drivers/asix-ax887xx/build b/packages/linux-drivers/asix-ax887xx/build index 4bf550a245..e421a90acb 100755 --- a/packages/linux-drivers/asix-ax887xx/build +++ b/packages/linux-drivers/asix-ax887xx/build @@ -22,5 +22,7 @@ . config/options $1 +LDFLAGS="" + cd $PKG_BUILD make V=1 CC=$CC KDIR=$(kernel_path) \ No newline at end of file