u-boot-tools: fix parallel build issues

This commit is contained in:
Duncaen
2022-04-06 21:29:45 +02:00
parent 9627800f6d
commit 0359a94ff3

View File

@@ -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"