commit | 7ed4848bb86c562707a02333a6f2f816d0e48955 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Feb 08 14:44:15 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 15 20:58:26 2016 +0000 |
tree | 9e29b19d739fec7724fad9415311c84ba8430c7d | |
parent | 4c80c53c00ac6583f22938fc98e4df688acdf4ce [diff] |
Makefile: generate symbol list from u-boot This information may be useful for both debugging, and processes that want to perform simple forms of introspection on the U-Boot binary, such as determining the set of "ut" subtests that are compiled in. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>