Files
Arch-R/packages/linux-drivers/bcm_sta/build
Stephan Raue cad0bd8a13 bcm_sta: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-18 22:33:12 +01:00

11 lines
194 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
[ "$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`