提交 2e6b2f6a 编写于 作者: M Masahiro Yamada 提交者: Tom Rini

kbuild: fix a bug of make rule of version_autogenerated.h

include/generated/version_autogenerated.h was not correctly
generated on the parallel build (with -j option).
Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
Reported-by: NAndreas Bießmann <andreas.devel@googlemail.com>
上级 5ca05c8b
......@@ -1022,7 +1022,7 @@ define filechk_timestamp.h
LC_ALL=C date +'#define U_BOOT_TIME "%T"')
endef
$(version_h): $(srctree)/Makefile FORCE
$(version_h): include/config/uboot.release FORCE
$(call filechk,version.h)
$(timestamp_h): $(srctree)/Makefile FORCE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册