vtuner-driver: dont use our LDFLAGS, use the KERNEL LDFLAGS

This commit is contained in:
Stefan Saraev 2012-07-28 21:54:44 +03:00
parent d97e787892
commit 2980c1e3aa

View File

@ -24,6 +24,9 @@
cd $PKG_BUILD
# dont use our LDFLAGS, use the KERNEL LDFLAGS
LDFLAGS=""
make KDIR=$(kernel_path) CC=$CC
fix_module_depends vtunerc.ko "dvb_core"