]> git.ipfire.org Git - people/ms/u-boot.git/commit
Makefile: Export build date as integer
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 21 Jul 2017 19:32:01 +0000 (22:32 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 30 Jul 2017 02:30:25 +0000 (10:30 +0800)
commite7aa9c29475952e28378e27946dfbbdb1e7a3445
tree5afd8a95811bd78c7a0ba258361fcaf504dd0d82
parent06054b1a623dbb48b275d2462df413f48181eca0
Makefile: Export build date as integer

In some cases we would need build date as integer value.
Export U_BOOT_BUILD_DATE as %Y%m%d integer value.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile