aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-03-10 11:11:06 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2012-03-10 11:11:06 +0100
commit5be72e22c7db24358b71c23d281a3a664b73c23a (patch)
tree3bfd2ff86cb94392b5a8eaa6504511c554e1274d /build.sh
parent39d013fad87165c40b901534b9333a013f5670c8 (diff)
downloadkernel_samsung_crespo-5be72e22c7db24358b71c23d281a3a664b73c23a.zip
kernel_samsung_crespo-5be72e22c7db24358b71c23d281a3a664b73c23a.tar.gz
kernel_samsung_crespo-5be72e22c7db24358b71c23d281a3a664b73c23a.tar.bz2
Update buildscript
Send .ko files to crespo device dir
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1a7abe1..ed34f3d 100755
--- a/build.sh
+++ b/build.sh
@@ -156,7 +156,7 @@ build ()
MODULES=( $(find $target_dir/* -type f -name *.ko) )
for module in "${MODULES[@]}" ; do
echo $module
- # cp "$module" $DEVICE_CM_DIR
+ cp "$module" $DEVICE_CM_DIR
cp "$module" bin/system/modules
done
SenModulesToCMDevice