diff options
author | Chris Packham <judge.packham@gmail.com> | 2014-07-24 12:44:25 +1200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-09 11:17:02 -0400 |
commit | 67b060b46b117375b489de2112c90c456552b654 (patch) | |
tree | f09b7fae98928df6a2b1f36826a289de5ff7e7cd /arch/.gitignore | |
parent | ded2e20ef281e5ff7921fbb3b74113ea33e8e309 (diff) | |
download | u-boot-imx-67b060b46b117375b489de2112c90c456552b654.zip u-boot-imx-67b060b46b117375b489de2112c90c456552b654.tar.gz u-boot-imx-67b060b46b117375b489de2112c90c456552b654.tar.bz2 |
Makefile: use $(shell ...) for determining file_size
file_size was being calculated using back-ticks but map_size uses
$(shell ...). Update the file_size calculation to use $(shell ...).
From: Jeroen Hofstee <jeroen@myspectrum.nl>
The binary_size_check target relies on stat -c %s
to return the size of u-boot.bin. This only works
with GNU stat though. Use wc instead.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/.gitignore')
0 files changed, 0 insertions, 0 deletions