RTL8192CU: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-08 10:12:36 +02:00
parent 2b7fd7bb0f
commit d5336f9450

View File

@ -23,4 +23,4 @@
. config/options $1 . config/options $1
cd $PKG_BUILD cd $PKG_BUILD
LDFLAGS="" make V=1 -C $(kernel_path) M=$(pwd) modules LDFLAGS="" make V=1 ARCH=$TARGET_ARCH KSRC=$(kernel_path) CROSS_COMPILE=$TARGET_PREFIX