From 012c859915fb878d33a09a011581a4c12c68fdce Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Tue, 22 Dec 2015 13:55:05 +0100 Subject: P5100: move some more parts to espresso-common (4/5) - we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: Id6e770e58ec0c1939a69443ce1e0008c03a1c51d --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extract-files.sh') diff --git a/extract-files.sh b/extract-files.sh index dea73ab..a11eaf3 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -23,7 +23,7 @@ COMMONBASE=../../../vendor/$VENDOR/$COMMON/common DEVICEBASE=../../../vendor/$VENDOR/$COMMON/$DEVICE echo "Pulling common files..." -for FILE in `cat proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do +for FILE in `cat ../espresso-common/proprietary-p51xx-files.txt | grep -v ^# | grep -v ^$`; do DIR=`dirname $FILE` if [ ! -d $COMMONBASE/$DIR ]; then mkdir -p $COMMONBASE/$DIR -- cgit v1.1