Skip to content

Commit

Permalink
Properly build u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Dec 20, 2017
1 parent be74fae commit df0ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ node('docker && linux-build') {
sh '''#!/bin/bash
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
make u-boot
make u-boot-build
'''
}

Expand Down

0 comments on commit df0ea30

Please sign in to comment.