asix-ax887xx: dont use our LDFLAGS, use the KERNEL LDFLAGS

This commit is contained in:
Stefan Saraev 2012-07-28 21:53:02 +03:00
parent c902227fa3
commit 266d624c9b

View File

@ -22,7 +22,8 @@
. config/options $1
LDFLAGS=""
# dont use our LDFLAGS, use the KERNEL LDFLAGS
LDFLAGS=""
cd $PKG_BUILD
make V=1 CC=$CC KDIR=$(kernel_path)
make V=1 CC=$CC KDIR=$(kernel_path)