]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Use Kbuild style for system_map.o generation step
authorVasili Galka <vvv444@gmail.com>
Thu, 14 Aug 2014 09:40:55 +0000 (12:40 +0300)
committerTom Rini <trini@ti.com>
Thu, 21 Aug 2014 16:01:29 +0000 (12:01 -0400)
commitcac8f38aff03604699e2af153f5a404231e90354
treed6da6c30e7dfb3d6f48615f385176a71c8b37622
parent478a32875a222ee42755c68b80593885e2d666f6
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>
Makefile