summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg/build.sh
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-30 00:01:50 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-30 00:01:50 +0000
commitadbd84b439da9b16f498e1b813686ff29da4ff4f (patch)
treedf2414c93ed5c6cb7b7d16de29252bf21d3b8eef /BeagleBoardPkg/build.sh
parent188e4e8444bdc69e2f6c65e90c35956eb01cd4b3 (diff)
downloadedk2-adbd84b439da9b16f498e1b813686ff29da4ff4f.tar.gz
edk2-adbd84b439da9b16f498e1b813686ff29da4ff4f.tar.bz2
edk2-adbd84b439da9b16f498e1b813686ff29da4ff4f.zip
Fixup RELEASE build to use some NULL libs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9869 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/build.sh')
-rwxr-xr-xBeagleBoardPkg/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BeagleBoardPkg/build.sh b/BeagleBoardPkg/build.sh
index d777fe31d0..85ce46eb14 100755
--- a/BeagleBoardPkg/build.sh
+++ b/BeagleBoardPkg/build.sh
@@ -99,7 +99,7 @@ fi
# Build the edk2 BeagleBoard code
#
if [[ $TARGET == RELEASE ]]; then
- build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b $1 $2 $3 $4 $5 $6 $7 $8
+ build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b -D DEBUG_TARGET=RELEASE $1 $2 $3 $4 $5 $6 $7 $8
else
build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b $TARGET $1 $2 $3 $4 $5 $6 $7 $8
fi