linux-tbs-drivers: 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:01:50 +02:00
parent 446be37bba
commit 491c4c608f

View File

@ -27,4 +27,4 @@ cd $BUILD/${PKG_NAME}-${PKG_VERSION}/linux-tbs-drivers
[ "$TARGET_ARCH" = "i386" ] && ./v4l/tbs-x86_r3.sh
[ "$TARGET_ARCH" = "x86_64" ] && ./v4l/tbs-x86_64.sh
make DIR=$(kernel_path)
LDFLAGS="" make DIR=$(kernel_path)