u-boot-tools: fix parallel build issues
This commit is contained in:
parent
9627800f6d
commit
0359a94ff3
@ -36,6 +36,12 @@ do_configure() {
|
||||
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() {
|
||||
# skip tests for now. requires some gymnastics to make the python scripts
|
||||
# find libfdt. the most useful target appears to be "make tcheck"
|
||||
|
Loading…
x
Reference in New Issue
Block a user