bcm_sta: quote tests and some more variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-18 22:33:12 +01:00
parent 576cc0eac6
commit cad0bd8a13

View File

@ -4,7 +4,7 @@
cd $PKG_BUILD
[ $TARGET_ARCH = i386 ] && cd x86-32
[ $TARGET_ARCH = x86_64 ] && cd x86-64
[ "$TARGET_ARCH" = "i386" ] && cd x86-32
[ "$TARGET_ARCH" = "x86_64" ] && cd x86-64
KBUILD_NOPEDANTIC=1 make V=1 CC=$CC -C $(kernel_path) M=`pwd`