commit | 4d9dbb1fbb7c47ebb4390d6aaa35aa4254db06d4 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Wed Jan 30 20:23:16 2019 +1300 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 09 07:50:54 2019 -0500 |
tree | 0b0a234b072012a75f83fc889ed9a8dff90f363c | |
parent | 36fddec14b1447055d91b13a0ba3997e66ecec35 [diff] |
moveconfig: add a second pass for empty #if/#endif blocks Moveconfig already attempts to remove empty #if/#endif blocks when there is a matching CONFIG_ being moved. Add a second pass which covers files without a match. Signed-off-by: Chris Packham <judge.packham@gmail.com>