Barebox-imd is also used in the PBL. As the object file names are different for the PBL, the explicit dependency on generated/compile.h wasn't there. This leads to random build failures in parallel builds, or worse the PBL picking up the old compile.h defines from an earlier build. Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Makefile b/common/Makefile index a36ae5e91f28..869b15a92a9f 100644 --- a/common/Makefile +++ b/common/Makefile @@ -86,6 +86,7 @@ endif # dependencies on generated files need to be listed explicitly $(obj)/version.o: include/generated/compile.h $(obj)/imd-barebox.o: include/generated/compile.h +$(obj)/pbl-imd-barebox.o: include/generated/compile.h # compile.h changes depending on hostname, generation number, etc, # so we regenerate it always. -- 2.11.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox