crystalhd: unset 'LDFLAGS' to use kernel's LDFLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-05 17:02:37 +02:00
parent 491c4c608f
commit de8be5e005

View File

@ -28,7 +28,7 @@ cd $PKG_BUILD/driver/linux
--prefix=/usr \
--with-kernel-path=$(kernel_path) \
make V=1
LDFLAGS="" make V=1
cd ../../linux_lib/libcrystalhd