mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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…
Add table
Reference in a new issue