summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-21 11:39:40 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-12-21 11:39:40 +0100
commite70ee8b7c56364539503087b216807233e2b9d83 (patch)
tree84b64139914ae298bebad3e1dddbcc93fc576913
parent1a5b06af0576d246fbcfa3f4b1d6f4fed80a82e7 (diff)
downloaddevice_samsung_p5100-e70ee8b7c56364539503087b216807233e2b9d83.zip
device_samsung_p5100-e70ee8b7c56364539503087b216807233e2b9d83.tar.gz
device_samsung_p5100-e70ee8b7c56364539503087b216807233e2b9d83.tar.bz2
p5100: fix setup makefiles
Change-Id: Ic2e34a3036affb9c05fd6578bcc0d0a2956ee9e3
-rwxr-xr-xsetup-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 6440940..ea594bc 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -80,7 +80,7 @@ for FILE in `cat proprietary-$DEVICE-files.txt | grep -v ^# | grep -v ^$`; do
if [ $COUNT = "0" ]; then
LINEEND=""
fi
- echo " $OUTDIR/common/$FILE:$FILE$LINEEND" >> $DEVICEMAKEFILE
+ echo " $OUTDIR/$DEVICE/$FILE:$FILE$LINEEND" >> $DEVICEMAKEFILE
done
(cat << EOF) | sed s/__COMMON__/$COMMON/g | sed s/__DEVICE__/$DEVICE/g | sed s/__VENDOR__/$VENDOR/g > ../../../vendor/$VENDOR/$COMMON/$DEVICE-vendor.mk