summaryrefslogtreecommitdiffstats
path: root/builddeps
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps')
-rwxr-xr-xbuilddeps5
1 files changed, 5 insertions, 0 deletions
diff --git a/builddeps b/builddeps
index 7c937c3..bd0c358 100755
--- a/builddeps
+++ b/builddeps
@@ -20,6 +20,11 @@
set -u -e -v
+if [ ! -d "bin" ]
+then
+ mkdir bin/
+fi
+
# Build utilities needed in coreboot directory
# --------------------------------------------------------------------