diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2016-11-16 19:28:39 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-12-11 11:51:43 +0100 |
commit | 76bee23411f8510fbf5fc5641bae2c203b726eb6 (patch) | |
tree | 8f917e9ce9020d1f0ff3c18d451a10c0db3697dd /tools/build | |
parent | abac4c89731c02f28820d3e1bc66e85bca4baa20 (diff) |
kbuild: cmd_export_list: tighten the sed script
When LTO is used, some ___ksymtab_string sections are seen by this sed
script, creating lines containing a single ) such as:
EXPORT(foo)
)
)
EXPORT(bar)
Let's make it so the + character is also required for any line to be
printed.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'tools/build')
0 files changed, 0 insertions, 0 deletions