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: Masahiro Yamada <yamada.m@jp.panasonic.com> Reported-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
5ca05c8b03
commit
2e6b2f6ae0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue