]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Build timestamp_autogenerated.h without config
authorLoïc Minier <loic.minier@linaro.org>
Mon, 3 Oct 2011 09:57:10 +0000 (11:57 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 6 Oct 2011 18:19:42 +0000 (20:19 +0200)
commit249b53a6129bc24d26e52718a8a7b42751f11033
treed7c5cdaa7e3e7faa9d2970ffdad6a77e627b4e9e
parent2099f9005efa98847c7b282f43c41aafb39a6611
Build timestamp_autogenerated.h without config

Tools such as mkimage include version information but are
config-agnostic; build timestamp_autogenerated.h even when config.mk
isn't generated to fix "make tools" build failure:
gcc [...] -o mkimage.o mkimage.c -c
In file included from include/version.h:27:0, from mkimage.c:26:
include/timestamp.h:27:37: fatal error: timestamp_autogenerated.h: No
such file or directory

Cc: patches@linaro.org
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Makefile