projects
/
mirror_edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned...
[mirror_edk2.git]
/
BeagleBoardPkg
/
build.sh
diff --git
a/BeagleBoardPkg/build.sh
b/BeagleBoardPkg/build.sh
index
85ce46e
..
928d315
100755
(executable)
--- a/
BeagleBoardPkg/build.sh
+++ b/
BeagleBoardPkg/build.sh
@@
-99,7
+99,7
@@
fi
# Build the edk2 BeagleBoard code
#
if [[ $TARGET == RELEASE ]]; then
# Build the edk2 BeagleBoard code
#
if [[ $TARGET == RELEASE ]]; then
- build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b
-D DEBUG_TARGET=RELEASE $1
$2 $3 $4 $5 $6 $7 $8
+ build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b
$TARGET -D DEBUG_TARGET=RELEASE
$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
else
build -p $WORKSPACE/BeagleBoardPkg/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b $TARGET $1 $2 $3 $4 $5 $6 $7 $8
fi