Skip to content

Commit

Permalink
Merge pull request #263 from austin987/arch-exit
Browse files Browse the repository at this point in the history
scripts/BuildScripts/KernelScripts/buildKernel.sh: fail if no valid arch passed
  • Loading branch information
SolidHal committed Dec 16, 2020
2 parents 4418395 + e281407 commit b4b16d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/BuildScripts/KernelScripts/buildKernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ elif [ "$TARGET" == "$ARCH_ARM64" ]; then
IMAGE=Image
else
echo "no valid target arch specified"
exit 1
fi

#copy in the resources, initramfs
Expand Down

0 comments on commit b4b16d5

Please sign in to comment.