]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: use shell to calculate map_size
authorLeon M. Busch-George <leon@georgemail.eu>
Sun, 10 Mar 2024 21:53:52 +0000 (22:53 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 19 Mar 2024 22:40:47 +0000 (18:40 -0400)
commit0c8b1b29c6f5129064913d6ef72d0d6c551fe8df
tree9af11e53398a8bbb61d7ea9607e8aa0f36b8d17c
parent95167db37c4b669ae47be885cd1cc1832e754fff
Makefile: use shell to calculate map_size

The error message "bc: command not found" is easily missed since the
build continues.
bc is not a part of coreutils or base-devel. POSIX sh can also do the
calculation.

Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Makefile