X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BeagleBoardPkg%2Fbuild.sh;h=928d3151ee73888fc4491e1f3ae225f4b5830cd2;hp=85ce46eb14ec7b19dd4c4636a2144fa0221fd04b;hb=ca3ad58bfa2284f0dc98ec904423e83874a90f52;hpb=3370d33e8d95ecc964847e102d711abb09d8bcbe;ds=sidebyside diff --git a/BeagleBoardPkg/build.sh b/BeagleBoardPkg/build.sh index 85ce46eb14..928d3151ee 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 -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