commit | 73f6c7ce808555ab7209c729a172e16eea5594f1 | [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 | 46a78e631d718f035f690bbaef22475b881007c6 [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>