]> git.baikalelectronics.ru Git - uboot.git/commit
envtools: make sure version/timestamp header file are available
authorStefan Agner <stefan.agner@toradex.com>
Tue, 14 Nov 2017 14:47:18 +0000 (15:47 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 21 Nov 2017 12:43:32 +0000 (07:43 -0500)
commitcbce0a61ad484e6af1ab8f2446b77fee7feecc56
tree7d9a5bd3721ada95bda883aba810da16c22d01ce
parent0849df87d55c57e64e46358c8333f51698bff67b
envtools: make sure version/timestamp header file are available

With commit 93c347c8bcbf ("tools: env: allow to print U-Boot version")
the fw_env utilities need the version.h header file. Building only
the envtools in a pristine build directory will fail due to missing
header files.

Make sure the header files are a dependency of the envtools target.

Fixes: 93c347c8bcbf ("tools: env: allow to print U-Boot version")
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile