Skip to content

Commit

Permalink
create missed opt dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphop committed Jul 3, 2020
1 parent 0a08ecb commit ea45cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DLBASE=https://github.com/hyphop/khadas-uboot/releases/download/tc

PKGS_DIR0=../packages
DOWNLOADS=../dl
OPT=../opt

BUILD=/tmp/khadas-uboot-build

Expand Down
3 changes: 3 additions & 0 deletions scripts/make
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ echo "[i] make khadas uboot"
[ -d "$BUILD" ] || \
mkdir -p "$BUILD"

[ -d "$OPT" ] || \
mkdir -p "$OPT"

./download \
$DLBASE/$GCCZ \
$GCCZ \
Expand Down

0 comments on commit ea45cd3

Please sign in to comment.