commit | cac8f38aff03604699e2af153f5a404231e90354 | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Thu Aug 14 12:40:55 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Aug 21 12:01:29 2014 -0400 |
tree | d6da6c30e7dfb3d6f48615f385176a71c8b37622 | |
parent | 478a32875a222ee42755c68b80593885e2d666f6 [diff] |
Makefile: Use Kbuild style for system_map.o generation step The command generating the "common/system_map.o" file was always shown during the build making the output messy. Now it is called using the Kbuild "cmd" macro, so that the full command is shown only when building in verbose mode. Signed-off-by: Vasili Galka <vvv444@gmail.com>