u-boot-tools: fix parallel build issues
This commit is contained in:
parent
9627800f6d
commit
0359a94ff3
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ do_configure() {
|
||||||
make ${makejobs} ${make_build_args} tools-only_defconfig
|
make ${makejobs} ${make_build_args} tools-only_defconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs} ${make_build_args} tools-all
|
||||||
|
make ${makejobs} ${make_build_args} tools-only
|
||||||
|
make ${makejobs} ${make_build_args} envtools
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# skip tests for now. requires some gymnastics to make the python scripts
|
# skip tests for now. requires some gymnastics to make the python scripts
|
||||||
# find libfdt. the most useful target appears to be "make tcheck"
|
# find libfdt. the most useful target appears to be "make tcheck"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue